BBMOD_RenderQueue.set_uniform_f2 DEPRECATED

A function defined in BBMOD_RenderQueue.gml

set_uniform_f2(_name, _v1, _v2)

Description

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

Returns

Struct.BBMOD_RenderQueue Returns self.

Deprecated

Please use BBMOD_RenderQueue.SetUniformFloat2 instead.

Do you find this page helpful?

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