Enum ViewType
Defines how a view is selected from a resource.
public enum ViewType
Fields
ArrayBand = 2
Gets a band texture view at the specified index in the mip hierarchy and in the array of textures The texture view contains all the mip level texture elements from the specified mip level and array index
Full = 0
Gets a texture view for the whole texture for all mips/arrays dimensions.
MipBand = 3
Gets a band texture view at the specified index in the mip hierarchy and in the array of textures The texture view contains all the array texture elements from the specified mip level and array index
Single = 1
Gets a single texture view at the specified index in the mip hierarchy and in the array of textures The texture view contains a single texture element at the specified mip level and array index
Remarks
This selection model is taken from Nuaj by Patapom (http://wiki.patapom.com/index.php/Nuaj)