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

Public Member Functions

static int kmyGfxStateInfoGetHandle (StateInfo info)
 
int getHandle ()
 

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
 
UInt32 stencilRef
 
UInt32 stencilMask
 

Member Function Documentation

◆ getHandle()

int SharpKmyGfx.StateInfo.getHandle ( )

◆ kmyGfxStateInfoGetHandle()

static int SharpKmyGfx.StateInfo.kmyGfxStateInfoGetHandle ( StateInfo  info)

◆ 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

UInt32 SharpKmyGfx.StateInfo.stencilMask

◆ stencilOpDepthFail

STENCILOP SharpKmyGfx.StateInfo.stencilOpDepthFail

◆ stencilOpFail

STENCILOP SharpKmyGfx.StateInfo.stencilOpFail

◆ stencilOpPass

STENCILOP SharpKmyGfx.StateInfo.stencilOpPass

◆ stencilRef

UInt32 SharpKmyGfx.StateInfo.stencilRef

◆ stencilTest

bool SharpKmyGfx.StateInfo.stencilTest