ID3DX12PipelineParserCallbacks::DepthStencilState1Cb method

Calls the depth stencil state (D3D12_DEPTH_STENCIL_DESC1) subobject callback of an object that implements this interface.

Syntax

void DepthStencilState1Cb(
  [ref] const D3D12_DEPTH_STENCIL_DESC1 &DepthStencilState
);

Parameters

DepthStencilState [ref]

Type: const D3D12_DEPTH_STENCIL_DESC1

Details of the depth stencil state subobject parsed from a pipeline state stream.

Return value

Returns nothing.

Requirements

Requirement Value
Header
D3DX12.h
Library
D3D12.lib
DLL
D3D12.dll

See also

Helper Interfaces for Direct3D 12

ID3DX12PipelineParserCallbacks

D3D12_DEPTH_STENCIL_DESC1