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

#include <StateInfo.h>

静的公開メンバ関数

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

メソッド詳解

◆ 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

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