ID3DX12PipelineParserCallbacks DepthStencilStateCb 方法 (D3DX12.h)

调用实现此接口的对象的深度模具状态子对象回调。

语法

void DepthStencilStateCb(
  [ref] const D3D12_DEPTH_STENCIL_DESC &DepthStencilState
);

参数

DepthStencilState [ref]

类型: const D3D12_DEPTH_STENCIL_DESC

从管道状态流分析的深度模具状态子对象的详细信息。

返回值

不返回任何内容。

要求

要求
标头
D3DX12.h

D3D12.lib
DLL
D3D12.dll

另请参阅

Direct3D 12 的帮助程序接口

ID3DX12PipelineParserCallbacks

D3D12_DEPTH_STENCIL_DESC