ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 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 _
    ) 
    public void SetDepthStencilState( 
       DepthStencilState depthStencilStateRef,
       System.int stencilRef
    )

    Parameters

    depthStencilStateRef
    stencilRef
    See Also