Struct TextureRange
Struct Documentation
-
struct TextureRange
Describes how to interpret a given texture.
Analogous to ImageViews/SRVs in Vk/D3D.
Public Members
-
TextureType type = {kTextureTypeInvalid}
How to interpret the texture data.
-
SubresourceRange subresourceRange
The part of the texture being used.
-
TextureType type = {kTextureTypeInvalid}