TextureFormat
Texture formats.
Definition: AssetType.h:37
@ BC1_UNORM
32-bit unorm compressed with BC1 (DXT1)
@ RGBA8_UNORM_SRGB
32-bit unorm sRGB
@ UNKNOWN
uninitialized value
@ RGBA8_UNORM
32-bit unorm
@ BC3_UNORM_SRGB
32-bit unorm sRGB compressed with BC3 (DXT5)
@ BC3_UNORM
32-bit unorm compressed with BC3 (DXT5)
@ BC1_UNORM_SRGB
32-bit unorm sRGB compressed with BC1 (DXT1)
AssetType
Indicates type of an asset.
Definition: AssetType.h:13