struct Boleite::ShaderBlendSettings
- Boleite::ShaderBlendSettings
- Struct
- Value
- Object
Defined in:
boleite/graphics/shader_parser.crConstructors
Instance Method Summary
- #destination_factor : Boleite::ShaderBlendSettings::Factor
- #destination_factor=(destination_factor : Boleite::ShaderBlendSettings::Factor)
- #enabled : Bool
- #enabled=(enabled : Bool)
- #func : Boleite::ShaderBlendSettings::Function
- #func=(func : Boleite::ShaderBlendSettings::Function)
- #initialize
- #source_factor : Boleite::ShaderBlendSettings::Factor
- #source_factor=(source_factor : Boleite::ShaderBlendSettings::Factor)