ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.Direct3D11 Namespace / Device Class / CreateDepthStencilState Method

In This Topic
    CreateDepthStencilState Method
    In This Topic
    HRESULT ID3D11Device::CreateDepthStencilState([In] const D3D11_DEPTH_STENCIL_DESC* pDepthStencilDesc,[Out, Fast] ID3D11DepthStencilState** ppDepthStencilState)
    Syntax
    'Declaration
     
    Public Function CreateDepthStencilState( _
       ByRef depthStencilDescRef As DepthStencilStateDescription _
    ) As DepthStencilState
    public DepthStencilState CreateDepthStencilState( 
       ref DepthStencilStateDescription depthStencilDescRef
    )

    Parameters

    depthStencilDescRef
    See Also