ID3D10Device::OMGetDepthStencilState メソッド (d3d10.h)
出力マージャー ステージの 深度ステンシル 状態を取得します。
構文
void OMGetDepthStencilState(
[out] ID3D10DepthStencilState **ppDepthStencilState,
[out] UINT *pStencilRef
);
パラメーター
[out] ppDepthStencilState
種類: ID3D10DepthStencilState**
デバイスからの情報が入力される深度ステンシル状態インターフェイス ( ID3D10DepthStencilState を参照) へのポインターのアドレス。
[out] pStencilRef
型: UINT*
深度ステンシル テストで使用されるステンシル参照値へのポインター。
戻り値
なし
解説
返されたインターフェイスの参照カウントは 1 ずつ増加します。 アプリケーションは、メモリ リークを回避するために不要になった場合に、返されたインターフェイスで IUnknown::Release を呼び出す必要があります。
要件
要件 | 値 |
---|---|
対象プラットフォーム | Windows |
ヘッダー | d3d10.h |
Library | D3D10.lib |