BBMOD_RenderQueue.SetUniformFloat4

A function defined in BBMOD_RenderQueue.gml

SetUniformFloat4(_name, _v1, _v2, _v3, _v4)

Description

Adds a BBMOD_ERenderCommand.SetUniformFloat4 command into the queue.

Arguments

Name Type Description
_name String The name of the uniform.
_v1 Real The value of the first component.
_v2 Real The value of the second component.
_v3 Real The value of the third component.
_v4 Real The value of the fourth component.

Returns

Struct.BBMOD_RenderQueue Returns self.

Do you find this page helpful?

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