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

◆ RenderTextureCreationFlags

Enumerator
MipMap 
AutoGenerateMips 
SRGB 
EyeTexture 
EnableRandomWrite 
CreatedFromScript 
AllowVerticalFlip 
NoResolvedColorSurface 
DynamicallyScalable 
BindMS 

Definition at line 7 of file RenderTextureCreationFlags.cs.

8 {
9 // Token: 0x040002C7 RID: 711
10 MipMap = 1,
11 // Token: 0x040002C8 RID: 712
13 // Token: 0x040002C9 RID: 713
14 SRGB = 4,
15 // Token: 0x040002CA RID: 714
16 EyeTexture = 8,
17 // Token: 0x040002CB RID: 715
19 // Token: 0x040002CC RID: 716
21 // Token: 0x040002CD RID: 717
23 // Token: 0x040002CE RID: 718
25 // Token: 0x040002CF RID: 719
27 // Token: 0x040002D0 RID: 720
28 BindMS = 2048
29 }