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

◆ RenderTextureMemoryless

Enumerator
None 
Color 
Depth 
MSAA 

Definition at line 7 of file RenderTextureMemoryless.cs.

8 {
9 // Token: 0x040002D6 RID: 726
10 None = 0,
11 // Token: 0x040002D7 RID: 727
12 Color = 1,
13 // Token: 0x040002D8 RID: 728
14 Depth = 2,
15 // Token: 0x040002D9 RID: 729
16 MSAA = 4
17 }