BBMOD_RenderQueue.SetGpuColorWriteEnable

A function defined in BBMOD_RenderQueue.gml

SetGpuColorWriteEnable(_red, _green, _blue, _alpha)

Description

Adds a BBMOD_ERenderCommand.SetGpuColorWriteEnable command into the queue.

Arguments

Name Type Description
_red Bool Use true to enable writing to the red color channel.
_green Bool Use true to enable writing to the green color channel.
_blue Bool Use true to enable writing to the blue color channel.
_alpha Bool Use true to enable writing to the alpha channel.

Returns

Struct.BBMOD_RenderQueue Returns self.

Do you find this page helpful?

Copyright © 2024, BlueBurn. Built on July 03, 2024 using GMDoc.