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
SamplerStateCollection.cs
Go to the documentation of this file.
1using System;
4
6{
7 [global::Cpp2ILInjected.Token(Token = "0x200038B")]
8 public sealed class SamplerStateCollection
9 {
10 [global::Cpp2ILInjected.Token(Token = "0x6001806")]
11 [global::Cpp2ILInjected.Address(RVA = "0xAB42C8", Offset = "0xAB42C8", Length = "0x148")]
12 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
13 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
14 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SamplerState), Member = "Clone", ReturnType = typeof(SamplerState))]
15 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 5)]
17 {
18 throw null;
19 }
20
21 [global::Cpp2ILInjected.Token(Token = "0x1700030D")]
22 public SamplerState this[int index]
23 {
24 [global::Cpp2ILInjected.Token(Token = "0x6001807")]
25 [global::Cpp2ILInjected.Address(RVA = "0xAB44FC", Offset = "0xAB44FC", Length = "0x10")]
26 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
27 get
28 {
29 throw null;
30 }
31 [global::Cpp2ILInjected.Token(Token = "0x6001808")]
32 [global::Cpp2ILInjected.Address(RVA = "0xAB450C", Offset = "0xAB450C", Length = "0x200")]
33 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
34 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
35 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SamplerState), Member = "BindToGraphicsDevice", MemberParameters = new object[] { typeof(GraphicsDevice) }, ReturnType = typeof(void))]
36 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
37 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 16)]
38 set
39 {
40 throw null;
41 }
42 }
43
44 [global::Cpp2ILInjected.Token(Token = "0x6001809")]
45 [global::Cpp2ILInjected.Address(RVA = "0xAB4410", Offset = "0xAB4410", Length = "0xEC")]
46 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
47 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
48 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SamplerState), Member = "BindToGraphicsDevice", MemberParameters = new object[] { typeof(GraphicsDevice) }, ReturnType = typeof(void))]
49 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 6)]
50 internal void Clear()
51 {
52 throw null;
53 }
54
55 [global::Cpp2ILInjected.Token(Token = "0x600180A")]
56 [global::Cpp2ILInjected.Address(RVA = "0xAB470C", Offset = "0xAB470C", Length = "0x4")]
57 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
58 internal void Dirty()
59 {
60 throw null;
61 }
62
63 [global::Cpp2ILInjected.Token(Token = "0x4002643")]
64 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
66
67 [global::Cpp2ILInjected.Token(Token = "0x4002644")]
68 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
70
71 [global::Cpp2ILInjected.Token(Token = "0x4002645")]
72 [global::Cpp2ILInjected.FieldOffset(Offset = "0x20")]
74
75 [global::Cpp2ILInjected.Token(Token = "0x4002646")]
76 [global::Cpp2ILInjected.FieldOffset(Offset = "0x28")]
78
79 [global::Cpp2ILInjected.Token(Token = "0x4002647")]
80 [global::Cpp2ILInjected.FieldOffset(Offset = "0x30")]
82
83 [global::Cpp2ILInjected.Token(Token = "0x4002648")]
84 [global::Cpp2ILInjected.FieldOffset(Offset = "0x38")]
86
87 [global::Cpp2ILInjected.Token(Token = "0x4002649")]
88 [global::Cpp2ILInjected.FieldOffset(Offset = "0x40")]
90
91 [global::Cpp2ILInjected.Token(Token = "0x400264A")]
92 [global::Cpp2ILInjected.FieldOffset(Offset = "0x48")]
94
95 [global::Cpp2ILInjected.Token(Token = "0x400264B")]
96 [global::Cpp2ILInjected.FieldOffset(Offset = "0x50")]
98
99 [global::Cpp2ILInjected.Token(Token = "0x400264C")]
100 [global::Cpp2ILInjected.FieldOffset(Offset = "0x58")]
102 }
103}
class f__AnonymousType0<< Count > j__TPar
SamplerStateCollection(GraphicsDevice device, int maxSamplers, bool applyToVertexStage)