ID3D10EffectDepthStencilViewVariable::GetDepthStencilArray 方法 (d3d10effect.h)
取得深度樣板檢視資源的陣列。
語法
HRESULT GetDepthStencilArray(
[out] ID3D10DepthStencilView **ppResources,
[in] UINT Offset,
[in] UINT Count
);
參數
[out] ppResources
類型: ID3D10DepthStencilView**
深度樣板檢視介面陣列的指標。 請參閱 ID3D10DepthStencilView 介面。
[in] Offset
類型: UINT
要取得第一個介面之以零起始的陣列索引。
[in] Count
類型: UINT
陣列中的項目數。
傳回值
類型: HRESULT
傳回下列其中一個 Direct3D 10 傳回碼。
規格需求
目標平台 | Windows |
標頭 | d3d10effect.h (include D3d10) |