Logo
公開メンバ関数 | 静的公開メンバ関数 | 公開変数類 | 全メンバ一覧
SharpKmyGfx.StateInfo 構造体

公開メンバ関数

static int kmyGfxStateInfoGetHandle (StateInfo info)
 
int getHandle ()
 

静的公開メンバ関数

static StateInfo standard ()
 

公開変数類

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
 

メソッド詳解

◆ getHandle()

int SharpKmyGfx.StateInfo.getHandle ( )

◆ kmyGfxStateInfoGetHandle()

static int SharpKmyGfx.StateInfo.kmyGfxStateInfoGetHandle ( StateInfo  info)

◆ standard()

static StateInfo SharpKmyGfx.StateInfo.standard ( )
static

メンバ詳解

◆ 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