terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
RenderTexture.cs
Go to the documentation of this file.
1using System;
9
10namespace UnityEngine
11{
13 [NativeHeader("Runtime/Camera/Camera.h")]
14 [NativeHeader("Runtime/Graphics/RenderBufferManager.h")]
15 [NativeHeader("Runtime/Graphics/GraphicsScriptBindings.h")]
16 [NativeHeader("Runtime/Graphics/RenderTexture.h")]
17 [global::Cpp2ILInjected.Token(Token = "0x2000050")]
18 public class RenderTexture : Texture
19 {
20 [global::Cpp2ILInjected.Token(Token = "0x1700003B")]
21 public override extern int width
22 {
23 [global::Cpp2ILInjected.Token(Token = "0x6000152")]
24 [global::Cpp2ILInjected.Address(RVA = "0x1F720B0", Offset = "0x1F720B0", Length = "0x3C")]
25 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
26 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
27 [MethodImpl(4096)]
28 get;
29 [global::Cpp2ILInjected.Token(Token = "0x6000153")]
30 [global::Cpp2ILInjected.Address(RVA = "0x1F720EC", Offset = "0x1F720EC", Length = "0x44")]
31 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
32 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
33 [MethodImpl(4096)]
34 set;
35 }
36
37 [global::Cpp2ILInjected.Token(Token = "0x1700003C")]
38 public override extern int height
39 {
40 [global::Cpp2ILInjected.Token(Token = "0x6000154")]
41 [global::Cpp2ILInjected.Address(RVA = "0x1F72130", Offset = "0x1F72130", Length = "0x3C")]
42 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
43 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
44 [MethodImpl(4096)]
45 get;
46 [global::Cpp2ILInjected.Token(Token = "0x6000155")]
47 [global::Cpp2ILInjected.Address(RVA = "0x1F7216C", Offset = "0x1F7216C", Length = "0x44")]
48 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
49 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
50 [MethodImpl(4096)]
51 set;
52 }
53
54 [NativeProperty("ColorFormat")]
55 [global::Cpp2ILInjected.Token(Token = "0x1700003D")]
57 {
58 [global::Cpp2ILInjected.Token(Token = "0x6000156")]
59 [global::Cpp2ILInjected.Address(RVA = "0x1F721B0", Offset = "0x1F721B0", Length = "0x44")]
60 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
61 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
62 [MethodImpl(4096)]
63 set;
64 }
65
66 [global::Cpp2ILInjected.Token(Token = "0x1700003E")]
68 {
69 [global::Cpp2ILInjected.Token(Token = "0x6000157")]
70 [global::Cpp2ILInjected.Address(RVA = "0x1F721F4", Offset = "0x1F721F4", Length = "0x44")]
71 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
72 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
73 [MethodImpl(4096)]
74 set;
75 }
76
77 [global::Cpp2ILInjected.Token(Token = "0x6000158")]
78 [global::Cpp2ILInjected.Address(RVA = "0x1F72238", Offset = "0x1F72238", Length = "0x44")]
79 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
80 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
81 [MethodImpl(4096)]
82 private extern void SetMipMapCount(int count);
83
84 [global::Cpp2ILInjected.Token(Token = "0x6000159")]
85 [global::Cpp2ILInjected.Address(RVA = "0x1F7227C", Offset = "0x1F7227C", Length = "0x44")]
86 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
87 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
88 [MethodImpl(4096)]
89 internal extern void SetSRGBReadWrite(bool srgb);
90
91 [FreeFunction("RenderTextureScripting::Create")]
92 [global::Cpp2ILInjected.Token(Token = "0x600015A")]
93 [global::Cpp2ILInjected.Address(RVA = "0x1F722C0", Offset = "0x1F722C0", Length = "0x3C")]
94 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
95 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
96 [MethodImpl(4096)]
97 private static extern void Internal_Create([Writable] RenderTexture rt);
98
99 [NativeName("SetRenderTextureDescFromScript")]
100 [global::Cpp2ILInjected.Token(Token = "0x600015B")]
101 [global::Cpp2ILInjected.Address(RVA = "0x1F722FC", Offset = "0x1F722FC", Length = "0x44")]
102 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
103 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
105 {
106 throw null;
107 }
108
109 [NativeName("GetRenderTextureDesc")]
110 [global::Cpp2ILInjected.Token(Token = "0x600015C")]
111 [global::Cpp2ILInjected.Address(RVA = "0x1F72384", Offset = "0x1F72384", Length = "0x78")]
112 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
113 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
114 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
116 {
117 throw null;
118 }
119
121 [global::Cpp2ILInjected.Token(Token = "0x600015D")]
122 [global::Cpp2ILInjected.Address(RVA = "0x1F72440", Offset = "0x1F72440", Length = "0x54")]
123 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
124 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Texture), Member = ".ctor", ReturnType = typeof(void))]
125 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
126 protected internal RenderTexture()
127 {
128 throw null;
129 }
130
131 [global::Cpp2ILInjected.Token(Token = "0x600015E")]
132 [global::Cpp2ILInjected.Address(RVA = "0x1F72494", Offset = "0x1F72494", Length = "0xF8")]
133 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
134 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
135 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Texture), Member = ".ctor", ReturnType = typeof(void))]
136 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(RenderTexture), Member = "ValidateRenderTextureDesc", MemberParameters = new object[] { typeof(RenderTextureDescriptor) }, ReturnType = typeof(void))]
137 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
139 {
140 throw null;
141 }
142
143 [global::Cpp2ILInjected.Token(Token = "0x600015F")]
144 [global::Cpp2ILInjected.Address(RVA = "0x1F729E4", Offset = "0x1F729E4", Length = "0x15C")]
145 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
146 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
147 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Texture), Member = ".ctor", ReturnType = typeof(void))]
148 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Object), Member = "op_Equality", MemberParameters = new object[]
149 {
150 typeof(Object),
152 }, ReturnType = typeof(bool))]
153 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(RenderTexture), Member = "get_descriptor", ReturnType = typeof(RenderTextureDescriptor))]
154 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(RenderTexture), Member = "ValidateRenderTextureDesc", MemberParameters = new object[] { typeof(RenderTextureDescriptor) }, ReturnType = typeof(void))]
155 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
156 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 11)]
158 {
159 throw null;
160 }
161
163 [global::Cpp2ILInjected.Token(Token = "0x6000160")]
164 [global::Cpp2ILInjected.Address(RVA = "0x1F72C34", Offset = "0x1F72C34", Length = "0x74")]
165 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
166 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
167 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
168 public RenderTexture(int width, int height, int depth, DefaultFormat format)
169 {
170 throw null;
171 }
172
174 [global::Cpp2ILInjected.Token(Token = "0x6000161")]
175 [global::Cpp2ILInjected.Address(RVA = "0x1F72CA8", Offset = "0x1F72CA8", Length = "0x90")]
176 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
177 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
178 public RenderTexture(int width, int height, int depth, GraphicsFormat format)
179 {
180 throw null;
181 }
182
184 [global::Cpp2ILInjected.Token(Token = "0x6000162")]
185 [global::Cpp2ILInjected.Address(RVA = "0x1F72D38", Offset = "0x1F72D38", Length = "0x200")]
186 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
187 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
188 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Texture), Member = ".ctor", ReturnType = typeof(void))]
189 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Texture), Member = "ValidateFormat", MemberParameters = new object[]
190 {
193 }, ReturnType = typeof(bool))]
194 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(RenderTexture), Member = "GetDepthStencilFormatLegacy", MemberParameters = new object[]
195 {
196 typeof(int),
198 }, ReturnType = typeof(GraphicsFormat))]
199 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GraphicsFormatUtility), Member = "IsSRGBFormat", MemberParameters = new object[] { typeof(GraphicsFormat) }, ReturnType = typeof(bool))]
200 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 11)]
201 public RenderTexture(int width, int height, int depth, GraphicsFormat format, int mipCount)
202 {
203 throw null;
204 }
205
207 [global::Cpp2ILInjected.Token(Token = "0x6000163")]
208 [global::Cpp2ILInjected.Address(RVA = "0x1F72FBC", Offset = "0x1F72FBC", Length = "0x204")]
209 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
210 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(RenderTexture), Member = ".ctor", MemberParameters = new object[]
211 {
212 typeof(int),
213 typeof(int),
216 }, ReturnType = typeof(void))]
217 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
218 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Texture), Member = ".ctor", ReturnType = typeof(void))]
219 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Texture), Member = "ValidateFormat", MemberParameters = new object[]
220 {
223 }, ReturnType = typeof(bool))]
224 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GraphicsFormatUtility), Member = "IsSRGBFormat", MemberParameters = new object[] { typeof(GraphicsFormat) }, ReturnType = typeof(bool))]
225 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 12)]
230
232 [global::Cpp2ILInjected.Token(Token = "0x6000164")]
233 [global::Cpp2ILInjected.Address(RVA = "0x1F731C0", Offset = "0x1F731C0", Length = "0x90")]
234 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
235 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(RenderTexture), Member = ".ctor", MemberParameters = new object[]
236 {
237 typeof(int),
238 typeof(int),
241 typeof(int)
242 }, ReturnType = typeof(void))]
243 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
248
249 [global::Cpp2ILInjected.Token(Token = "0x6000165")]
250 [global::Cpp2ILInjected.Address(RVA = "0x1F73250", Offset = "0x1F73250", Length = "0xA8")]
251 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
252 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Texture), Member = ".ctor", ReturnType = typeof(void))]
253 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
254 public RenderTexture(int width, int height, int depth, [DefaultValue("RenderTextureFormat.Default")] RenderTextureFormat format, [DefaultValue("RenderTextureReadWrite.Default")] RenderTextureReadWrite readWrite)
255 {
256 throw null;
257 }
258
260 [global::Cpp2ILInjected.Token(Token = "0x6000166")]
261 [global::Cpp2ILInjected.Address(RVA = "0x1F734D4", Offset = "0x1F734D4", Length = "0x90")]
262 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "ScreenshotSetup", Member = "get_RenderTexture", ReturnType = typeof(RenderTexture))]
263 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "WaterRenderTargetManager", Member = "InitialiseCamera", ReturnType = typeof(void))]
264 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(RenderTexture), Member = ".ctor", MemberParameters = new object[]
265 {
266 typeof(int),
267 typeof(int),
268 typeof(int)
269 }, ReturnType = typeof(void))]
270 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 3)]
271 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
273 {
274 throw null;
275 }
276
278 [global::Cpp2ILInjected.Token(Token = "0x6000167")]
279 [global::Cpp2ILInjected.Address(RVA = "0x1F73604", Offset = "0x1F73604", Length = "0x8")]
280 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
281 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(RenderTexture), Member = ".ctor", MemberParameters = new object[]
282 {
283 typeof(int),
284 typeof(int),
285 typeof(int),
287 }, ReturnType = typeof(void))]
288 public RenderTexture(int width, int height, int depth)
289 {
290 throw null;
291 }
292
294 [global::Cpp2ILInjected.Token(Token = "0x6000168")]
295 [global::Cpp2ILInjected.Address(RVA = "0x1F73564", Offset = "0x1F73564", Length = "0xA0")]
296 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "DistortionRenderTargetManager", Member = "InitialiseCamera", ReturnType = typeof(void))]
297 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
298 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Texture), Member = ".ctor", ReturnType = typeof(void))]
299 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(RenderTexture), Member = "Initialize", MemberParameters = new object[]
300 {
301 typeof(int),
302 typeof(int),
303 typeof(int),
306 typeof(int)
307 }, ReturnType = typeof(void))]
308 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
310 {
311 throw null;
312 }
313
314 [global::Cpp2ILInjected.Token(Token = "0x6000169")]
315 [global::Cpp2ILInjected.Address(RVA = "0x1F732F8", Offset = "0x1F732F8", Length = "0x1DC")]
316 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
317 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(RenderTexture), Member = ".ctor", MemberParameters = new object[]
318 {
319 typeof(int),
320 typeof(int),
321 typeof(int),
323 typeof(int)
324 }, ReturnType = typeof(void))]
325 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
326 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(RenderTexture), Member = "GetCompatibleFormat", MemberParameters = new object[]
327 {
330 }, ReturnType = typeof(GraphicsFormat))]
331 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(RenderTexture), Member = "GetDepthStencilFormatLegacy", MemberParameters = new object[]
332 {
333 typeof(int),
335 }, ReturnType = typeof(GraphicsFormat))]
336 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Texture), Member = "ValidateFormat", MemberParameters = new object[]
337 {
340 }, ReturnType = typeof(bool))]
341 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GraphicsFormatUtility), Member = "IsSRGBFormat", MemberParameters = new object[] { typeof(GraphicsFormat) }, ReturnType = typeof(bool))]
342 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 8)]
344 {
345 throw null;
346 }
347
348 [global::Cpp2ILInjected.Token(Token = "0x600016A")]
349 [global::Cpp2ILInjected.Address(RVA = "0x1F72F38", Offset = "0x1F72F38", Length = "0x84")]
350 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
351 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(RenderTexture), Member = ".ctor", MemberParameters = new object[]
352 {
353 typeof(int),
354 typeof(int),
355 typeof(int),
357 typeof(int)
358 }, ReturnType = typeof(void))]
359 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(RenderTexture), Member = "Initialize", MemberParameters = new object[]
360 {
361 typeof(int),
362 typeof(int),
363 typeof(int),
366 typeof(int)
367 }, ReturnType = typeof(void))]
368 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
369 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GraphicsFormatUtility), Member = "GetDepthStencilFormat", MemberParameters = new object[]
370 {
371 typeof(int),
372 typeof(int)
373 }, ReturnType = typeof(GraphicsFormat))]
374 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GraphicsFormatUtility), Member = "GetDepthStencilFormat", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(GraphicsFormat))]
375 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
377 {
378 throw null;
379 }
380
381 [global::Cpp2ILInjected.Token(Token = "0x1700003F")]
383 {
384 [global::Cpp2ILInjected.Token(Token = "0x600016B")]
385 [global::Cpp2ILInjected.Address(RVA = "0x1F72BA4", Offset = "0x1F72BA4", Length = "0x90")]
386 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
387 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(RenderTexture), Member = ".ctor", MemberParameters = new object[] { typeof(RenderTexture) }, ReturnType = typeof(void))]
388 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
389 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
390 get
391 {
392 throw null;
393 }
394 }
395
396 [global::Cpp2ILInjected.Token(Token = "0x600016C")]
397 [global::Cpp2ILInjected.Address(RVA = "0x1F7258C", Offset = "0x1F7258C", Length = "0x458")]
398 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
399 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(RenderTexture), Member = ".ctor", MemberParameters = new object[] { typeof(RenderTextureDescriptor) }, ReturnType = typeof(void))]
400 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(RenderTexture), Member = ".ctor", MemberParameters = new object[] { typeof(RenderTexture) }, ReturnType = typeof(void))]
401 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
402 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GraphicsFormatUtility), Member = "IsDepthFormat", MemberParameters = new object[] { typeof(GraphicsFormat) }, ReturnType = typeof(bool))]
403 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GraphicsFormatUtility), Member = "IsStencilFormat", MemberParameters = new object[] { typeof(GraphicsFormat) }, ReturnType = typeof(bool))]
404 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ArgumentException), Member = ".ctor", MemberParameters = new object[]
405 {
406 typeof(string),
407 typeof(string)
408 }, ReturnType = typeof(void))]
409 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Enum), Member = "ToString", ReturnType = typeof(string))]
410 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Concat", MemberParameters = new object[]
411 {
412 typeof(string),
413 typeof(string),
414 typeof(string)
415 }, ReturnType = typeof(string))]
416 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ArgumentException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
417 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 41)]
419 {
420 throw null;
421 }
422
423 [global::Cpp2ILInjected.Token(Token = "0x600016D")]
424 [global::Cpp2ILInjected.Address(RVA = "0x1F7360C", Offset = "0x1F7360C", Length = "0x17C")]
425 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
426 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(RenderTexture), Member = "Initialize", MemberParameters = new object[]
427 {
428 typeof(int),
429 typeof(int),
430 typeof(int),
433 typeof(int)
434 }, ReturnType = typeof(void))]
435 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
436 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GraphicsFormatUtility), Member = "GetGraphicsFormat", MemberParameters = new object[]
437 {
440 }, ReturnType = typeof(GraphicsFormat))]
441 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Enum), Member = "ToString", ReturnType = typeof(string))]
442 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Format", MemberParameters = new object[]
443 {
444 typeof(string),
445 typeof(object),
446 typeof(object)
447 }, ReturnType = typeof(string))]
448 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Debug), Member = "LogWarning", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(void))]
449 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 7)]
454
455 [global::Cpp2ILInjected.Token(Token = "0x600016E")]
456 [global::Cpp2ILInjected.Address(RVA = "0x1F72340", Offset = "0x1F72340", Length = "0x44")]
457 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
458 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
459 [MethodImpl(4096)]
461
462 [global::Cpp2ILInjected.Token(Token = "0x600016F")]
463 [global::Cpp2ILInjected.Address(RVA = "0x1F723FC", Offset = "0x1F723FC", Length = "0x44")]
464 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
465 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
466 [MethodImpl(4096)]
468 }
469}
class f__AnonymousType0<< Count > j__TPar
static void Internal_Create([Writable] RenderTexture rt)
RenderTextureDescriptor GetDescriptor()
GraphicsFormat graphicsFormat
RenderTexture(int width, int height, int depth, DefaultFormat format)
RenderTexture(RenderTexture textureToCopy)
RenderTexture(RenderTextureDescriptor desc)
RenderTexture(int width, int height, GraphicsFormat colorFormat, GraphicsFormat depthStencilFormat, int mipCount)
RenderTexture(int width, int height, int depth, RenderTextureFormat format)
RenderTexture(int width, int height, int depth, [DefaultValue("RenderTextureFormat.Default")] RenderTextureFormat format, [DefaultValue("RenderTextureReadWrite.Default")] RenderTextureReadWrite readWrite)
RenderTexture(int width, int height, int depth, GraphicsFormat format, int mipCount)
void SetRenderTextureDescriptor_Injected(ref RenderTextureDescriptor desc)
RenderTexture(int width, int height, int depth)
RenderTexture(int width, int height, GraphicsFormat colorFormat, GraphicsFormat depthStencilFormat)
RenderTexture(int width, int height, int depth, RenderTextureFormat format, int mipCount)
void SetRenderTextureDescriptor(RenderTextureDescriptor desc)
void Initialize(int width, int height, int depth, RenderTextureFormat format, RenderTextureReadWrite readWrite, int mipCount)
static void ValidateRenderTextureDesc(RenderTextureDescriptor desc)
RenderTextureDescriptor descriptor
static GraphicsFormat GetCompatibleFormat(RenderTextureFormat renderTextureFormat, RenderTextureReadWrite readWrite)
RenderTexture(int width, int height, int depth, GraphicsFormat format)
void GetDescriptor_Injected(out RenderTextureDescriptor ret)
void SetSRGBReadWrite(bool srgb)
void SetMipMapCount(int count)
static GraphicsFormat GetDepthStencilFormatLegacy(int depthBits, GraphicsFormat colorFormat)
GraphicsFormat depthStencilFormat