ID3D10DepthStencilState interface
A depth-stencil-state interface accesses depth-stencil state which sets up the depth-stencil test for the output-merger stage.
Members
The ID3D10DepthStencilState interface inherits from ID3D10DeviceChild. ID3D10DepthStencilState also has these types of members:
Methods
The ID3D10DepthStencilState interface has these methods.
| Method | Description |
|---|---|
| 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
|
Header |
|
|---|---|
|
Library |
|
See also