Cogs.Core
|
Public Attributes | |
struct { | |
BlendState::Blend colorSrc = BlendState::Blend::One | |
BlendState::Blend colorDst = BlendState::Blend::Zero | |
BlendState::Blend alphaSrc = BlendState::Blend::One | |
BlendState::Blend alphaDst = BlendState::Blend::Zero | |
} | blend |
struct { | |
BlendState::BlendOperation color = BlendState::BlendOperation::Add | |
BlendState::BlendOperation alpha = BlendState::BlendOperation::Add | |
} | operation |
uint8_t | enabled: 1 |
Definition at line 109 of file CommonGLES30.h.
BlendState::BlendOperation Cogs::BlendStateGLES30::alpha = BlendState::BlendOperation::Add |
Definition at line 119 of file CommonGLES30.h.
BlendState::Blend Cogs::BlendStateGLES30::alphaDst = BlendState::Blend::Zero |
Definition at line 115 of file CommonGLES30.h.
BlendState::Blend Cogs::BlendStateGLES30::alphaSrc = BlendState::Blend::One |
Definition at line 114 of file CommonGLES30.h.
BlendState::BlendOperation Cogs::BlendStateGLES30::color = BlendState::BlendOperation::Add |
Definition at line 118 of file CommonGLES30.h.
BlendState::Blend Cogs::BlendStateGLES30::colorDst = BlendState::Blend::Zero |
Definition at line 113 of file CommonGLES30.h.
BlendState::Blend Cogs::BlendStateGLES30::colorSrc = BlendState::Blend::One |
Definition at line 112 of file CommonGLES30.h.
uint8_t Cogs::BlendStateGLES30::enabled |
Definition at line 121 of file CommonGLES30.h.