#include <StateInfo.h>
Static Public Member Functions | |
static StateInfo | standard () |
Public Attributes | |
FUNCTYPE | depthFunc |
FUNCTYPE | stencilFunc |
STENCILOP | stencilOpFail |
STENCILOP | stencilOpDepthFail |
STENCILOP | stencilOpPass |
bool | colorWriteR |
bool | colorWriteG |
bool | colorWriteB |
bool | colorWriteA |
bool | depthTest |
bool | depthWrite |
bool | stencilTest |
u32 | stencilRef |
u32 | stencilMask |
|
static |
bool SharpKmyGfx::StateInfo::colorWriteA |
bool SharpKmyGfx::StateInfo::colorWriteB |
bool SharpKmyGfx::StateInfo::colorWriteG |
bool SharpKmyGfx::StateInfo::colorWriteR |
FUNCTYPE SharpKmyGfx::StateInfo::depthFunc |
bool SharpKmyGfx::StateInfo::depthTest |
bool SharpKmyGfx::StateInfo::depthWrite |
FUNCTYPE SharpKmyGfx::StateInfo::stencilFunc |
u32 SharpKmyGfx::StateInfo::stencilMask |
STENCILOP SharpKmyGfx::StateInfo::stencilOpDepthFail |
STENCILOP SharpKmyGfx::StateInfo::stencilOpFail |
STENCILOP SharpKmyGfx::StateInfo::stencilOpPass |
u32 SharpKmyGfx::StateInfo::stencilRef |
bool SharpKmyGfx::StateInfo::stencilTest |