ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.Direct3D11 Namespace / DepthStencilStateDescription Structure
Fields Methods


In This Topic
    DepthStencilStateDescription Structure Members
    In This Topic

    The following tables list the members exposed by DepthStencilStateDescription.

    Public Fields
     NameDescription
    Public FieldD3D11_DEPTH_STENCILOP_DESC BackFace  
    Public FieldD3D11_COMPARISON_FUNC DepthFunc  
    Public FieldD3D11_DEPTH_WRITE_MASK DepthWriteMask  
    Public FieldD3D11_DEPTH_STENCILOP_DESC FrontFace  
    Public FieldBOOL DepthEnable  
    Public FieldBOOL StencilEnable  
    Public Fieldunsigned char StencilReadMask  
    Public Fieldunsigned char StencilWriteMask  
    Top
    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic)Returns default values for DepthStencilStateDescription.  
    Top
    See Also