深度テストステート More...
#include <GxRender.h>
Public Member Functions | |
初期化 | |
GxRenderDepthTestState (void) | |
デフォルトコンストラクタ | |
GxRenderDepthTestState (u32 enable, RENDER_COMPARISON_FUNCTION function, u32 writeEnable) | |
コンストラクタ | |
Public Attributes | ||
メンバ変数 | ||
union { | ||
struct { | ||
u32 _reserve:27 | ||
予備 | ||
u32 _writeEnable:1 | ||
書き込み有効/無効 | ||
RENDER_COMPARISON_FUNCTION _function:3 | ||
テスト関数 | ||
u32 _enable:1 | ||
有効/無効 | ||
} | ||
u32 _access32 | ||
データ | ||
}; | ||
Static Public Attributes | |
定義 | |
static const GxRenderDepthTestState | DISABLE |
無効 | |
static const GxRenderDepthTestState | BASIC |
基本形 | |
static const GxRenderDepthTestState | TESTONLY |
テストのみ | |
深度テストステート
GxRenderDepthTestState::GxRenderDepthTestState | ( | u32 | enable, |
RENDER_COMPARISON_FUNCTION | function, | ||
u32 | writeEnable ) |
コンストラクタ
function | [in] 比較関数 |
writeEnable | [in] 書き込み可能ならtrue |