ElementFormat
public enum ElementFormat
Loading types…
public enum ElementFormat
UByte1 = 0
UByte2 = 1
UByte4 = 2
Byte1 = 3
Byte2 = 4
Byte4 = 5
UByte1UNorm = 6
UByte2UNorm = 7
UByte4UNorm = 8
Byte1SNorm = 9
Byte2SNorm = 10
Byte4SNorm = 11
UShort1 = 12
UShort2 = 13
UShort4 = 14
Short1 = 15
Short2 = 16
Short4 = 17
UShort1UNorm = 18
UShort2UNorm = 19
UShort4UNorm = 20
Short1SNorm = 21
Short2SNorm = 22
Short4SNorm = 23
Half1 = 24
Half2 = 25
Half4 = 26
Float1 = 27
Float2 = 28
Float3 = 29
Float4 = 30
UInt1 = 31
UInt2 = 32
UInt3 = 33
UInt4 = 34
Int1 = 35
Int2 = 36
Int3 = 37
Int4 = 38