Saga3D API Documentation
1.0-RC4
|
#include <SRenderPassState.h>
Public Member Functions | |
SRenderPassState () | |
Public Attributes | |
std::array< SColorAttachmentInitialState, MAX_COLOR_ATTACHMENTS > | Colors |
SDepthAttachmentInitialState | Depth |
SStencilAttachmentInitialState | Stencil |
Definition at line 37 of file SRenderPassState.h.
|
inline |
Definition at line 39 of file SRenderPassState.h.
std::array<SColorAttachmentInitialState, MAX_COLOR_ATTACHMENTS> saga::video::SRenderPassState::Colors |
Definition at line 43 of file SRenderPassState.h.
SDepthAttachmentInitialState saga::video::SRenderPassState::Depth |
Definition at line 44 of file SRenderPassState.h.
SStencilAttachmentInitialState saga::video::SRenderPassState::Stencil |
Definition at line 45 of file SRenderPassState.h.