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
GraphicsExtensions.cs
Go to the documentation of this file.
1using System;
4
6{
7 // Token: 0x0200037C RID: 892
8 internal static class GraphicsExtensions
9 {
10 // Token: 0x060017AD RID: 6061 RVA: 0x000021DB File Offset: 0x000003DB
12 {
13 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
14 }
15
16 // Token: 0x060017AE RID: 6062 RVA: 0x00065964 File Offset: 0x00063B64
17 public static bool IsCompressedFormat(this SurfaceFormat format)
18 {
19 }
20
21 // Token: 0x060017AF RID: 6063 RVA: 0x00065978 File Offset: 0x00063B78
22 public static int GetSize(this SurfaceFormat surfaceFormat)
23 {
24 return 1;
25 }
26
27 // Token: 0x060017B0 RID: 6064 RVA: 0x00065990 File Offset: 0x00063B90
28 public static void GetBlockSize(this SurfaceFormat surfaceFormat, [Out] int width, [Out] int height)
29 {
30 }
31 }
32}
class f__AnonymousType0<< Count > j__TPar
static bool IsCompressedFormat(this SurfaceFormat format)
static int GetSyncInterval(this PresentInterval interval)
static void GetBlockSize(this SurfaceFormat surfaceFormat, [Out] int width, [Out] int height)
static int GetSize(this SurfaceFormat surfaceFormat)