Enum ImageFormat
Enumeration of possible texture formats.
public enum ImageFormat
- Extension Methods
Fields
Mono16f = 4
Mono32f = 8
Mono8i = 0
Rgb16f = 5
Rgb32f = 9
Rgb8i = 1
Rgba16f = 6
Rgba16fPre = 7
Rgba32f = 10
Rgba32fPre = 11
Rgba8i = 2
Rgba8iPre = 3