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
GraphicsFormatUtility.cs
Go to the documentation of this file.
1using System;
3
5{
6 // Token: 0x0200013A RID: 314
7 [NativeHeader("Runtime/Graphics/Format.h")]
8 [NativeHeader("Runtime/Graphics/TextureFormat.h")]
9 [NativeHeader("Runtime/Graphics/GraphicsFormatUtility.bindings.h")]
11 {
12 // Token: 0x0600060A RID: 1546 RVA: 0x0000AF78 File Offset: 0x00009178
14 {
15 if (!true)
16 {
17 }
18 throw new MissingMethodException();
19 }
20
21 // Token: 0x0600060B RID: 1547 RVA: 0x0000AF90 File Offset: 0x00009190
22 [FreeFunction(IsThreadSafe = true)]
27
28 // Token: 0x0600060C RID: 1548 RVA: 0x0000AFA4 File Offset: 0x000091A4
30 {
31 if (!true)
32 {
33 }
34 throw new MissingMethodException();
35 }
36
37 // Token: 0x0600060D RID: 1549 RVA: 0x0000AFBC File Offset: 0x000091BC
43
44 // Token: 0x0600060E RID: 1550 RVA: 0x0000AFD0 File Offset: 0x000091D0
46 {
48 if ("br" == null)
49 {
50 }
51 GraphicsFormat graphicsFormat;
52 return graphicsFormat;
53 }
54
55 // Token: 0x0600060F RID: 1551 RVA: 0x0000AFF0 File Offset: 0x000091F0
56 [FreeFunction(IsThreadSafe = true)]
61
62 // Token: 0x06000610 RID: 1552 RVA: 0x0000B004 File Offset: 0x00009204
64 {
65 if (!true)
66 {
67 }
68 throw new MissingMethodException();
69 }
70
71 // Token: 0x06000611 RID: 1553 RVA: 0x0000B01C File Offset: 0x0000921C
73 {
74 if (true)
75 {
76 if (2 == 0)
77 {
78 }
79 Debug.Assert(false);
80 if (!false)
81 {
82 }
83 }
84 return "Number of bits in DepthStencil format can't be negative.";
85 }
86
87 // Token: 0x06000612 RID: 1554 RVA: 0x0000B048 File Offset: 0x00009248
88 [FreeFunction(IsThreadSafe = true)]
90 {
91 throw new MissingMethodException();
92 }
93
94 // Token: 0x06000613 RID: 1555 RVA: 0x0000B05C File Offset: 0x0000925C
95 [FreeFunction("IsAnyCompressedTextureFormat", true)]
97 {
98 throw new MissingMethodException();
99 }
100
101 // Token: 0x06000614 RID: 1556 RVA: 0x0000B070 File Offset: 0x00009270
102 [FreeFunction(IsThreadSafe = true)]
104 {
105 throw new MissingMethodException();
106 }
107
108 // Token: 0x06000615 RID: 1557 RVA: 0x0000B084 File Offset: 0x00009284
110 {
111 if (!true)
112 {
113 }
114 throw new MissingMethodException();
115 }
116
117 // Token: 0x06000616 RID: 1558 RVA: 0x0000B09C File Offset: 0x0000929C
118 [FreeFunction(IsThreadSafe = true)]
120 {
121 throw new MissingMethodException();
122 }
123
124 // Token: 0x06000617 RID: 1559 RVA: 0x0000B0B0 File Offset: 0x000092B0
125 [FreeFunction(IsThreadSafe = true)]
127 {
128 throw new MissingMethodException();
129 }
130
131 // Token: 0x06000618 RID: 1560 RVA: 0x0000B0C4 File Offset: 0x000092C4
132 [FreeFunction(IsThreadSafe = true)]
134 {
135 throw new MissingMethodException();
136 }
137
138 // Token: 0x06000619 RID: 1561 RVA: 0x0000B0D8 File Offset: 0x000092D8
140 {
141 return true;
142 }
143
144 // Token: 0x0600061A RID: 1562 RVA: 0x0000B0E8 File Offset: 0x000092E8
145 // Note: this type is marked as 'beforefieldinit'.
147 {
148 }
149
150 // Token: 0x0400055E RID: 1374
152
153 // Token: 0x0400055F RID: 1375
155 }
156}
class f__AnonymousType0<< Count > j__TPar
static void Assert(bool condition)
Definition Debug.cs:151
static GraphicsFormat GetDepthStencilFormat(int minimumDepthBits, int minimumStencilBits)
static GraphicsFormat GetDepthStencilFormat(int minimumDepthBits)
static GraphicsFormat GetGraphicsFormat_Native_RenderTextureFormat(RenderTextureFormat format, bool isSRGB)
static GraphicsFormat GetGraphicsFormat(RenderTextureFormat format, bool isSRGB)
static bool CanDecompressFormat(GraphicsFormat format, bool wholeImage)
static GraphicsFormat GetGraphicsFormat_Native_TextureFormat(TextureFormat format, bool isSRGB)
static GraphicsFormat GetGraphicsFormat(TextureFormat format, bool isSRGB)
static GraphicsFormat GetDepthStencilFormatFromBitsLegacy_Native(int minimumDepthBits)
static GraphicsFormat GetGraphicsFormat(RenderTextureFormat format, RenderTextureReadWrite readWrite)
static ColorSpace activeColorSpace