A function defined in BBMOD_RenderQueue.gml
SetGpuColorWriteEnable(_red, _green, _blue, _alpha)
Adds a BBMOD_ERenderCommand.SetGpuColorWriteEnable command into the queue.
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. |
Struct.BBMOD_RenderQueue
Returns self
.
Copyright © 2024, BlueBurn. Built on September 07, 2024 using GMDoc.