ID3D11DepthStencilView interface
A depth-stencil-view interface accesses a texture resource during depth-stencil testing.
Members
The ID3D11DepthStencilView interface inherits from ID3D11View. ID3D11DepthStencilView also has these types of members:
Methods
The ID3D11DepthStencilView interface has these methods.
| Method | Description |
|---|---|
| GetDesc |
Get the depth-stencil view. |
Remarks
To create a depth-stencil view, call ID3D11Device::CreateDepthStencilView.
To bind a depth-stencil view to the pipeline, call ID3D11DeviceContext::OMSetRenderTargets.
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