C1.Win.C1DX.4.8 Assembly / C1.Util.DX.Direct3D11 Namespace / OutputMergerStage Class / SetDepthStencilState Method

In This Topic
SetDepthStencilState Method
In This Topic
void ID3D11DeviceContext::OMSetDepthStencilState([In, Optional] ID3D11DepthStencilState* pDepthStencilState,[In] unsigned int StencilRef)
Syntax
'Declaration
 
Public Sub SetDepthStencilState( _
   ByVal depthStencilStateRef As DepthStencilState, _
   Optional ByVal stencilRef As System.Integer _
) 
 

Parameters

depthStencilStateRef
stencilRef
See Also