GetDepthStencilState Method
GetDepthStencilState(out int)
Gets the {{depth-stencil}} state of the output-merger stage.
Declaration
public DepthStencilState GetDepthStencilState(out int stencilRefRef)
Parameters
Type |
Name |
Description |
int |
stencilRefRef |
|
Returns
GetDepthStencilState(out DepthStencilState, out int)
void ID3D11DeviceContext::OMGetDepthStencilState([Out, Optional] ID3D11DepthStencilState** ppDepthStencilState,[Out, Optional] unsigned int* pStencilRef)
Declaration
public void GetDepthStencilState(out DepthStencilState depthStencilStateOut, out int stencilRefRef)
Parameters