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
GraphicsExtensions.cs
Go to the documentation of this file.
1using System;
4
6{
7 [global::Cpp2ILInjected.Token(Token = "0x200037C")]
8 internal static class GraphicsExtensions
9 {
10 [global::Cpp2ILInjected.Token(Token = "0x60017AD")]
11 [global::Cpp2ILInjected.Address(RVA = "0xAB36A4", Offset = "0xAB36A4", Length = "0x14")]
12 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
13 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
15 {
16 throw null;
17 }
18
19 [global::Cpp2ILInjected.Token(Token = "0x60017AE")]
20 [global::Cpp2ILInjected.Address(RVA = "0xAB36B8", Offset = "0xAB36B8", Length = "0x64")]
21 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
22 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
23 public static bool IsCompressedFormat(this SurfaceFormat format)
24 {
25 throw null;
26 }
27
28 [global::Cpp2ILInjected.Token(Token = "0x60017AF")]
29 [global::Cpp2ILInjected.Address(RVA = "0xAB371C", Offset = "0xAB371C", Length = "0x90")]
30 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
31 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Texture), Member = "GetPitch", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(int))]
32 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
33 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ArgumentException), Member = ".ctor", ReturnType = typeof(void))]
34 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 5)]
35 public static int GetSize(this SurfaceFormat surfaceFormat)
36 {
37 throw null;
38 }
39
40 [global::Cpp2ILInjected.Token(Token = "0x60017B0")]
41 [global::Cpp2ILInjected.Address(RVA = "0xAB37AC", Offset = "0xAB37AC", Length = "0x8C")]
42 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
43 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
44 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
45 public static void GetBlockSize(this SurfaceFormat surfaceFormat, out int width, out int height)
46 {
47 throw null;
48 }
49 }
50}
class f__AnonymousType0<< Count > j__TPar
static bool IsCompressedFormat(this SurfaceFormat format)
static void GetBlockSize(this SurfaceFormat surfaceFormat, out int width, out int height)
static int GetSyncInterval(this PresentInterval interval)
static int GetSize(this SurfaceFormat surfaceFormat)