A function defined in BBMOD_RenderQueue.gml
SetGpuBlendModeExtSepAlpha(_src, _dest, _srcalpha, _destalpha)
Adds a BBMOD_ERenderCommand.SetGpuBlendModeExtSepAlpha command into the queue.
Name | Type | Description |
---|---|---|
_src | Constant.BlendMode |
Source blend mode. |
_dest | Constant.BlendMode |
Destination blend mode. |
_srcalpha | Constant.BlendMode |
Blend mode for source alpha channel. |
_destalpha | Constant.BlendMode |
Blend mode for destination alpha channel. |
Struct.BBMOD_RenderQueue
Returns self
.
Copyright © 2024, BlueBurn. Built on September 07, 2024 using GMDoc.