Enumeration: TextureFormat
Supported texture data formats.
Enumeration Members
Alpha8
Alpha8: 1;
Alpha-only texture format, 8 bit integer.
RGB24
RGB24: 3;
Three channel RGB texture format, 8-bits unsigned integer per channel.
RGBA32
RGBA32: 4;
Four channel RGBA texture format, 8-bits unsigned integer per channel.