Saga3D API Documentation
1.0-RC4
|
#include <SBlendState.h>
Public Attributes | |
bool | Enabled = false |
E_BLEND_FACTOR | SrcColor |
E_BLEND_FACTOR | DstColor |
E_BLEND_OP | ColorBlendOp |
E_BLEND_FACTOR | SrcAlpha |
E_BLEND_FACTOR | DstAlpha |
E_BLEND_OP | AlphaBlendOp |
std::uint32_t | ColorWriteMask |
Definition at line 24 of file SBlendState.h.
E_BLEND_OP saga::video::SBlendAttachmentState::AlphaBlendOp |
Definition at line 32 of file SBlendState.h.
E_BLEND_OP saga::video::SBlendAttachmentState::ColorBlendOp |
Definition at line 29 of file SBlendState.h.
std::uint32_t saga::video::SBlendAttachmentState::ColorWriteMask |
Definition at line 33 of file SBlendState.h.
E_BLEND_FACTOR saga::video::SBlendAttachmentState::DstAlpha |
Definition at line 31 of file SBlendState.h.
E_BLEND_FACTOR saga::video::SBlendAttachmentState::DstColor |
Definition at line 28 of file SBlendState.h.
bool saga::video::SBlendAttachmentState::Enabled = false |
Definition at line 26 of file SBlendState.h.
E_BLEND_FACTOR saga::video::SBlendAttachmentState::SrcAlpha |
Definition at line 30 of file SBlendState.h.
E_BLEND_FACTOR saga::video::SBlendAttachmentState::SrcColor |
Definition at line 27 of file SBlendState.h.