A function defined in BBMOD_RenderQueue.gml
SetUniformMatrixArray(_name, _array)
Adds a BBMOD_ERenderCommand.SetUniformMatrixArray command into the queue.
Name | Type | Description |
---|---|---|
_name | String |
The name of the uniform. |
_array | Array |
The array of values. |
Struct.BBMOD_RenderQueue
Returns self
.
Copyright © 2024, BlueBurn. Built on September 07, 2024 using GMDoc.