BBMOD_RenderQueue.set_uniform_i3 DEPRECATED

A function defined in BBMOD_RenderQueue.gml

set_uniform_i3(_name, _v1, _v2, _v3)

Description

Adds a BBMOD_ERenderCommand.SetUniformInt3 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.

Returns

Struct.BBMOD_RenderQueue Returns self.

Deprecated

Please use BBMOD_RenderQueue.SetUniformInt3 instead.

Do you find this page helpful?

Copyright © 2023, BlueBurn. Built on May 02, 2023 using GMDoc.