terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ VertexAttributeFormat

Enumerator
Float32 
Float16 
UNorm8 
SNorm8 
UNorm16 
SNorm16 
UInt8 
SInt8 
UInt16 
SInt16 
UInt32 
SInt32 

Definition at line 6 of file VertexAttributeFormat.cs.

7 {
8 // Token: 0x04000439 RID: 1081
10 // Token: 0x0400043A RID: 1082
11 Float16,
12 // Token: 0x0400043B RID: 1083
13 UNorm8,
14 // Token: 0x0400043C RID: 1084
15 SNorm8,
16 // Token: 0x0400043D RID: 1085
17 UNorm16,
18 // Token: 0x0400043E RID: 1086
19 SNorm16,
20 // Token: 0x0400043F RID: 1087
21 UInt8,
22 // Token: 0x04000440 RID: 1088
23 SInt8,
24 // Token: 0x04000441 RID: 1089
25 UInt16,
26 // Token: 0x04000442 RID: 1090
27 SInt16,
28 // Token: 0x04000443 RID: 1091
29 UInt32,
30 // Token: 0x04000444 RID: 1092
31 SInt32
32 }