A function defined in BBMOD_Shader.gml
bbmod_shader_set_global_f4(_name, _v1, _v2, _v3)
Sets a value of a global shader uniform of type float4.
Name | Type | Description |
---|---|---|
_name | String |
The name of the uniform. |
_v1 | Real |
The first component of the new value. |
_v2 | Real |
The second component of the new value. |
_v3 | Real |
The third component of the new value. |
_v4 | Real |
The fourth component of the new value. |
Copyright © 2024, BlueBurn. Built on September 07, 2024 using GMDoc.