PixelFormat
public enum PixelFormat
Loading types…
public enum PixelFormat
Unknown = 0
R8UNorm = 1
R8SNorm = 2
R8UInt = 3
R8SInt = 4
R16UNorm = 5
R16SNorm = 6
R16UInt = 7
R16SInt = 8
R16Float = 9
R32UInt = 10
R32SInt = 11
R32Float = 12
R8G8UNorm = 13
R8G8SNorm = 14
R8G8UInt = 15
R8G8SInt = 16
R16G16UNorm = 17
R16G16SNorm = 18
R16G16UInt = 19
R16G16SInt = 20
R16G16Float = 21
R32G32UInt = 22
R32G32SInt = 23
R32G32Float = 24
R32G32B32UInt = 25
R32G32B32SInt = 26
R32G32B32Float = 27
R8G8B8A8UNorm = 28
R8G8B8A8SNorm = 29
R8G8B8A8UInt = 30
R8G8B8A8SInt = 31
R8G8B8A8SRgb = 32
R16G16B16A16UNorm = 33
R16G16B16A16SNorm = 34
R16G16B16A16UInt = 35
R16G16B16A16SInt = 36
R16G16B16A16Float = 37
R32G32B32A32UInt = 38
R32G32B32A32SInt = 39
R32G32B32A32Float = 40
B8G8R8A8UNorm = 41
B8G8R8A8SRgb = 42
D16UNorm = 43
D24UNormS8UInt = 44
D32Float = 45
D32FloatS8UInt = 46
BC4UNorm = 47
BC4SNorm = 48
BC5UNorm = 49
BC5SNorm = 50
BC6HUFloat = 51
BC6HSFloat = 52
BC7UNorm = 53
BC7SRgb = 54
ETC2UNorm = 55
ETC2SRgb = 56
ETC2A1UNorm = 57
ETC2A1SRgb = 58
ETC2A8UNorm = 59
ETC2A8SRgb = 60
ASTC4x4UNorm = 61
ASTC4x4SRgb = 62
ASTC4x4Float = 63
ASTC5x5UNorm = 64
ASTC5x5SRgb = 65
ASTC5x5Float = 66
ASTC6x6UNorm = 67
ASTC6x6SRgb = 68
ASTC6x6Float = 69
ASTC8x8UNorm = 70
ASTC8x8SRgb = 71
ASTC8x8Float = 72
ASTC10x10UNorm = 73
ASTC10x10SRgb = 74
ASTC10x10Float = 75
ASTC12x12UNorm = 76
ASTC12x12SRgb = 77
ASTC12x12Float = 78