ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.Direct3D11 Namespace / Texture2DDescription Structure
Fields


In This Topic
    Texture2DDescription Structure Members
    In This Topic

    The following tables list the members exposed by Texture2DDescription.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the Texture2DDescription struct.  
    Top
    Public Fields
     NameDescription
    Public Fieldunsigned int ArraySize  
    Public FieldD3D11_BIND_FLAG BindFlags  
    Public FieldD3D11_CPU_ACCESS_FLAG CPUAccessFlags  
    Public FieldDXGI_FORMAT Format  
    Public Fieldunsigned int Height  
    Public Fieldunsigned int MipLevels  
    Public FieldD3D11_RESOURCE_MISC_FLAG MiscFlags  
    Public FieldDXGI_SAMPLE_DESC SampleDesc  
    Public FieldD3D11_USAGE Usage  
    Public Fieldunsigned int Width  
    Top
    See Also