BBMOD_RenderQueue.SetGpuBlendModeExtSepAlpha

A function defined in BBMOD_RenderQueue.gml

SetGpuBlendModeExtSepAlpha(_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.

Do you find this page helpful?

Copyright © 2024, BlueBurn. Built on April 18, 2024 using GMDoc.