UmbraTextureInfo struct
Texture description.
Public variables
- uint32_t width
- The width, in texels, of the texture.
- uint32_t height
- The height, in texels, of the texture.
- UmbraTextureFormat format
- The texture format.
- UmbraColorSpace colorSpace
- The texture color space.
- uint32_t numMipLevels
- The number of mip levels.
- uint32_t dataByteSize
- The size of the decompressed texture data.
- UmbraTextureType type
- The texture type.
- uint32_t metaDataByteSize
- Umbra internal use only.