ID3D10Device::OMGetDepthStencilState method
Gets the depth-stencil state of the output-merger stage.
Syntax
void OMGetDepthStencilState(
[out] ID3D10DepthStencilState **ppDepthStencilState,
[out] UINT *pStencilRef
);
Parameters
- ppDepthStencilState [out]
-
Type: ID3D10DepthStencilState**
Address of a pointer to a depth-stencil state interface (see ID3D10DepthStencilState) to be filled with information from the device.
- pStencilRef [out]
-
Type: UINT*
Pointer to the stencil reference value used in the depth-stencil test.
Return value
Returns nothing.
Remarks
Any returned interfaces will have their reference count incremented by one. Applications should call IUnknown::Release on the returned interfaces when they are no longer needed to avoid memory leaks.
Requirements
|
Header |
|
|---|---|
|
Library |
|
See also