PFND3DDDI_SETDEPTHSTENCIL回呼函式 (d3dumddi.h)
SetDepthStencil 函式會在驅動程式的內容中設定深度緩衝區。
語法
PFND3DDDI_SETDEPTHSTENCIL Pfnd3dddiSetdepthstencil;
HRESULT Pfnd3dddiSetdepthstencil(
HANDLE hDevice,
const D3DDDIARG_SETDEPTHSTENCIL *unnamedParam2
)
{...}
參數
hDevice
顯示裝置的句柄 (圖形內容) 。
unnamedParam2
pData [in]
指定深度緩衝區 之D3DDDIARG_SETDEPTHSTENCIL 結構的指標。
傳回值
SetDepthStencil 傳回S_OK,如果未成功設定深度緩衝區,則傳回適當的錯誤結果。
備註
當使用者模式顯示驅動程式在 Microsoft Direct3D 執行時間呼叫 SetDepthStencil 時,應該將深度緩衝區儲存在驅動程式的內容中。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | 可在 Windows Vista 和更新版本的 Windows 作業系統中使用。 |
目標平台 | 桌面 |
標頭 | d3dumddi.h (include D3dumddi.h) |