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
RenderTargetBinding.cs
Go to the documentation of this file.
1using System;
3
5{
6 // Token: 0x02000387 RID: 903
7 public struct RenderTargetBinding
8 {
9 // Token: 0x17000307 RID: 775
10 // (get) Token: 0x060017F9 RID: 6137 RVA: 0x000021DB File Offset: 0x000003DB
12 {
13 get
14 {
15 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
16 }
17 }
18
19 // Token: 0x17000308 RID: 776
20 // (get) Token: 0x060017FA RID: 6138 RVA: 0x00065F60 File Offset: 0x00064160
21 public int ArraySlice
22 {
23 get
24 {
25 return this._arraySlice;
26 }
27 }
28
29 // Token: 0x17000309 RID: 777
30 // (get) Token: 0x060017FB RID: 6139 RVA: 0x00065F74 File Offset: 0x00064174
32 {
33 get
34 {
35 return this._depthFormat;
36 }
37 }
38
39 // Token: 0x060017FC RID: 6140 RVA: 0x00065F88 File Offset: 0x00064188
41 {
42 while (renderTarget == null)
43 {
44 }
46 DepthFormat <DepthStencilFormat>k__BackingField = renderTarget.<DepthStencilFormat>k__BackingField;
47 this._depthFormat = <DepthStencilFormat>k__BackingField;
48 }
49
50 // Token: 0x060017FD RID: 6141 RVA: 0x000021DB File Offset: 0x000003DB
52 {
53 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
54 }
55
56 // Token: 0x04002639 RID: 9785
58
59 // Token: 0x0400263A RID: 9786
60 private readonly int _arraySlice;
61
62 // Token: 0x0400263B RID: 9787
64 }
65}
class f__AnonymousType0<< Count > j__TPar