|
DirectZ
|
#include <Framebuffer.hpp>
Public Attributes | |
| bool | enable = true |
| BlendFactor | srcColor = BlendFactor::SrcAlpha |
| BlendFactor | dstColor = BlendFactor::OneMinusSrcColor |
| BlendFactor | srcAlpha = BlendFactor::SrcAlpha |
| BlendFactor | dstAlpha = BlendFactor::OneMinusSrcAlpha |
| BlendOp | colorOp = BlendOp::Add |
| BlendOp | alphaOp = BlendOp::Add |
Static Public Attributes | |
| static BlendState | MainFramebuffer |
| static BlendState | Layout |
| static BlendState | Text |
| static BlendState | SrcAlpha |
| BlendOp dz::BlendState::alphaOp = BlendOp::Add |
| BlendOp dz::BlendState::colorOp = BlendOp::Add |
| BlendFactor dz::BlendState::dstAlpha = BlendFactor::OneMinusSrcAlpha |
| BlendFactor dz::BlendState::dstColor = BlendFactor::OneMinusSrcColor |
| bool dz::BlendState::enable = true |
|
static |
|
static |
|
static |
| BlendFactor dz::BlendState::srcAlpha = BlendFactor::SrcAlpha |
| BlendFactor dz::BlendState::srcColor = BlendFactor::SrcAlpha |
|
static |