Struct TextureViewDescription
View description of a Texture.
public struct TextureViewDescription
- Inherited Members
Fields
ArraySlice
The array slice index.
public int ArraySlice
Field Value
Flags
The flags used for the view. If None then the view is using the flags from the texture.
public TextureFlags Flags
Field Value
Format
The format of the view (used for the ShaderResource or Unordered access).
public PixelFormat Format
Field Value
MipLevel
The mip level index.
public int MipLevel
Field Value
Type
The ViewType (single mip, band, or full)
public ViewType Type
Field Value
Methods
ToStagingDescription()
Gets a staging compatible description of this instance.
public TextureViewDescription ToStagingDescription()
Returns
- TextureViewDescription
TextureViewDescription.