Saga3D API Documentation
1.0-RC4
|
#include <SBlendState.h>
Public Attributes | |
bool | Enabled = false |
int | ColorAttachmentCount |
float | Factors [4] = { 0.f } |
std::array< SBlendAttachmentState, MAX_COLOR_ATTACHMENTS > | AttachmentStates |
Definition at line 36 of file SBlendState.h.
std::array<SBlendAttachmentState, MAX_COLOR_ATTACHMENTS> saga::video::SBlendState::AttachmentStates |
Definition at line 41 of file SBlendState.h.
int saga::video::SBlendState::ColorAttachmentCount |
Definition at line 39 of file SBlendState.h.
bool saga::video::SBlendState::Enabled = false |
Definition at line 38 of file SBlendState.h.
float saga::video::SBlendState::Factors[4] = { 0.f } |
Definition at line 40 of file SBlendState.h.