A function defined in BBMOD_RenderQueue.gml
set_gpu_blendmode_ext_sepalpha(_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
.
Please use BBMOD_RenderQueue.SetGpuBlendModeExtSepAlpha instead.
Copyright © 2023, BlueBurn. Built on May 02, 2023 using GMDoc.