A function defined in BBMOD_Shader.gml
bbmod_shader_get_global(_name)
Retrieves the value of a global shader uniform.
Name | Type | Description |
---|---|---|
_name | String |
The name of the uniform. |
Any
The value of the uniform or undefined
if it is not set. The type of the returned value changes based on the type of the uniform.
Copyright © 2024, BlueBurn. Built on September 07, 2024 using GMDoc.