Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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.

MethodDescription
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

D3D10.h

Library

D3D10.lib

See also

ID3D10DeviceChild
Core Interfaces

 

 

Show:
© 2017 Microsoft