BBMOD_RenderQueue.set_gpu_blendmode_ext_sepalpha DEPRECATED

A function defined in BBMOD_RenderQueue.gml

set_gpu_blendmode_ext_sepalpha(_src, _dest, _srcalpha, _destalpha)

Description

Adds a BBMOD_ERenderCommand.SetGpuBlendModeExtSepAlpha command into the queue.

Arguments

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.

Returns

Struct.BBMOD_RenderQueue Returns self.

Deprecated

Please use BBMOD_RenderQueue.SetGpuBlendModeExtSepAlpha instead.

Do you find this page helpful?

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