ID3D10DepthStencilState interface (d3d10.h)
A depth-stencil-state interface accesses depth-stencil state which sets up the depth-stencil test for the output-merger stage.
Inheritance
The ID3D10DepthStencilState interface inherits from ID3D10DeviceChild. ID3D10DepthStencilState also has these types of members:
Methods
The ID3D10DepthStencilState interface has these methods.
ID3D10DepthStencilState::GetDesc Get the depth-stencil state. |
Remarks
Create a depth-stencil state object by calling ID3D10Device::CreateDepthStencilState.
To initialize depth-stencil state, bind the depth-stencil-state object to the pipeline by calling ID3D10Device::OMSetDepthStencilState.
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | d3d10.h |