ID3D11DeviceContext::OMGetDepthStencilState method
Gets the depth-stencil state of the output-merger stage.
Syntax
void OMGetDepthStencilState(
[out, optional] ID3D11DepthStencilState **ppDepthStencilState,
[out, optional] UINT *pStencilRef
);
Parameters
- ppDepthStencilState [out, optional]
-
Type: ID3D11DepthStencilState**
Address of a pointer to a depth-stencil state interface (see ID3D11DepthStencilState) to be filled with information from the device.
- pStencilRef [out, optional]
-
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.
Windows Phone 8: This API is supported.
Requirements
|
Header |
|
|---|---|
|
Library |
|
See also
Show: