Logo
Static Public Member Functions | Public Attributes | List of all members
SharpKmyGfx::StateInfo Struct Reference

#include <InternalCommandBuffer.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
 

Member Function Documentation

◆ standard()

static StateInfo SharpKmyGfx::StateInfo::standard ( )
static

Member Data Documentation

◆ colorWriteA

bool SharpKmyGfx::StateInfo::colorWriteA

◆ colorWriteB

bool SharpKmyGfx::StateInfo::colorWriteB

◆ colorWriteG

bool SharpKmyGfx::StateInfo::colorWriteG

◆ colorWriteR

bool SharpKmyGfx::StateInfo::colorWriteR

◆ depthFunc

FUNCTYPE SharpKmyGfx::StateInfo::depthFunc

◆ depthTest

bool SharpKmyGfx::StateInfo::depthTest

◆ depthWrite

bool SharpKmyGfx::StateInfo::depthWrite

◆ stencilFunc

FUNCTYPE SharpKmyGfx::StateInfo::stencilFunc

◆ stencilMask

u32 SharpKmyGfx::StateInfo::stencilMask

◆ stencilOpDepthFail

STENCILOP SharpKmyGfx::StateInfo::stencilOpDepthFail

◆ stencilOpFail

STENCILOP SharpKmyGfx::StateInfo::stencilOpFail

◆ stencilOpPass

STENCILOP SharpKmyGfx::StateInfo::stencilOpPass

◆ stencilRef

u32 SharpKmyGfx::StateInfo::stencilRef

◆ stencilTest

bool SharpKmyGfx::StateInfo::stencilTest