GL Blend: Difference between revisions

From Crumbled World Wiki
(Created page with "{{:GL_BlendExampleCode}} ==Class name== {| class="wikitable" !|GL_Blend |- |} ==Enum== {| class="wikitable" !|Name !|Description |- |ZERO | |- |ONE | |- |SRC_COLOR | |- |ONE_MINUS_SRC_COLOR | |- |DST_COLOR | |- |ONE_MINUS_DST_COLOR | |- |SRC_ALPHA | |- |ONE_MINUS_SRC_ALPHA | |- |DST_ALPHA | |- |ONE_MINUS_DST_ALPHA | |- |CONSTANT_COLOR | |- |ONE_MINUS_CONSTANT_COLOR | |- |CONSTANT_ALPHA | |- |ONE_MINUS_CONSTANT_ALPHA | |- |SRC_ALPHA_SATURATE | |}")
 
(No difference)

Latest revision as of 14:07, 5 July 2025

GL BlendExampleCode

Class name

GL_Blend

Enum

Name Description
ZERO
ONE
SRC_COLOR
ONE_MINUS_SRC_COLOR
DST_COLOR
ONE_MINUS_DST_COLOR
SRC_ALPHA
ONE_MINUS_SRC_ALPHA
DST_ALPHA
ONE_MINUS_DST_ALPHA
CONSTANT_COLOR
ONE_MINUS_CONSTANT_COLOR
CONSTANT_ALPHA
ONE_MINUS_CONSTANT_ALPHA
SRC_ALPHA_SATURATE