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


In This Topic
    Texture1DDescription Structure Members
    In This Topic

    The following tables list the members exposed by Texture1DDescription.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the Texture1DDescription 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 MipLevels  
    Public FieldD3D11_RESOURCE_MISC_FLAG MiscFlags  
    Public FieldD3D11_USAGE Usage  
    Public Fieldunsigned int Width  
    Top
    See Also