enum Boleite::ShaderBlendSettings::Factor

Defined in:

boleite/graphics/shader_parser.cr

Enum Members

One = 0
Zero = 1
Source = 2
OneMinusSource = 3
Destination = 4
OneMinusDestination = 5
SourceAlpha = 6
OneMinusSourceAlpha = 7
DestinationAlpha = 8
OneMinusDestinationAlpha = 9
Constant = 10
OneMinusConstant = 11
ConstantAlpha = 12
OneMinusConstantAlpha = 13

Instance Method Summary

Instance Method Detail

def constant? #

[View source]
def constant_alpha? #

[View source]
def destination? #

[View source]
def destination_alpha? #

[View source]
def one? #

[View source]
def one_minus_constant? #

[View source]
def one_minus_constant_alpha? #

[View source]
def one_minus_destination? #

[View source]
def one_minus_destination_alpha? #

[View source]
def one_minus_source? #

[View source]
def one_minus_source_alpha? #

[View source]
def source? #

[View source]
def source_alpha? #

[View source]
def zero? #

[View source]