A function defined in BBMOD_Shader.gml
bbmod_shader_set_global_i2(_name, _v1, _v2)
Sets a value of a global shader uniform of type int2.
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. |
Copyright © 2025, BlueBurn. Built on January 04, 2025 using GMDoc.