A function defined in BBMOD_RenderQueue.gml
SetUniformInt3(_name, _v1, _v2, _v3)
Adds a BBMOD_ERenderCommand.SetUniformInt3 command into the queue.
Name | Type | Description |
---|---|---|
_name | String |
The name of the uniform. |
_v1 | Real |
The value of the first component. |
_v2 | Real |
The value of the second component. |
_v3 | Real |
The value of the third component. |
Struct.BBMOD_RenderQueue
Returns self
.
Copyright © 2024, BlueBurn. Built on September 07, 2024 using GMDoc.