ID3D11DepthStencilState interface
The depth-stencil-state interface holds a description for depth-stencil state that you can bind to the output-merger stage.
Members
The ID3D11DepthStencilState interface inherits from ID3D11DeviceChild. ID3D11DepthStencilState also has these types of members:
Methods
The ID3D11DepthStencilState interface has these methods.
| Method | Description |
|---|---|
| GetDesc |
Gets the description for depth-stencil state that you used to create the depth-stencil-state object. |
Remarks
To create a depth-stencil-state object, call ID3D11Device::CreateDepthStencilState. To bind the depth-stencil-state object to the output-merger stage, call ID3D11DeviceContext::OMSetDepthStencilState.
Requirements
|
Minimum supported client |
Windows 7 [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2008 R2 [desktop apps | Windows Store apps] |
|
Minimum supported phone |
Windows Phone 8 |
|
Header |
|
|
Library |
|
See also