bbmod_shader_set_global_i4

A function defined in BBMOD_Shader.gml

bbmod_shader_set_global_i4(_name, _v1, _v2, _v3)

Description

Sets a value of a global shader uniform of type int4.

Arguments

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.
Do you find this page helpful?

Copyright © 2024, BlueBurn. Built on January 21, 2024 using GMDoc.