ID3D10EffectDepthStencilViewVariable::GetDepthStencil メソッド (d3d10effect.h)
深度ステンシル ビュー リソースを取得します。
構文
HRESULT GetDepthStencil(
[out] ID3D10DepthStencilView **ppResource
);
パラメーター
[out] ppResource
種類: ID3D10DepthStencilView**
深度ステンシル ビュー インターフェイスへのポインターのアドレス。 「ID3D10DepthStencilView インターフェイス」を参照してください。
戻り値
種類: HRESULT
次のいずれかの Direct3D 10 リターン コードを返します。
必要条件
対象プラットフォーム | Windows |
ヘッダー | d3d10effect.h (D3d10 を含む) |