ID3D10DepthStencilView interface (d3d10.h)

A depth-stencil-view interface accesses a texture resource during depth-stencil testing.

Inheritance

The ID3D10DepthStencilView interface inherits from ID3D10View. ID3D10DepthStencilView also has these types of members:

Methods

The ID3D10DepthStencilView interface has these methods.

 
ID3D10DepthStencilView::GetDesc

Get the depth-stencil view. (ID3D10DepthStencilView.GetDesc)

Remarks

To create a depth-stencil view, call ID3D10Device::CreateDepthStencilView.

To bind a depth-stencil view to the pipeline, call ID3D10Device::OMSetRenderTargets.

Requirements

Requirement Value
Target Platform Windows
Header d3d10.h

See also

ID3D10View

Resource Interfaces