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.
1
using
System
;
2
using
System.Runtime.InteropServices
;
3
using
Cpp2IlInjected
;
4
5
namespace
Microsoft.Xna.Framework.Graphics
6
{
7
// Token: 0x0200037C RID: 892
8
internal
static
class
GraphicsExtensions
9
{
10
// Token: 0x060017AD RID: 6061 RVA: 0x000021DB File Offset: 0x000003DB
11
public
static
int
GetSyncInterval
(
this
PresentInterval
interval
)
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
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
Cpp2IlInjected.AnalysisFailedException
Definition
AnalysisFailedException.cs:7
Microsoft.Xna.Framework.Graphics.GraphicsExtensions.IsCompressedFormat
static bool IsCompressedFormat(this SurfaceFormat format)
Definition
GraphicsExtensions.cs:17
Microsoft.Xna.Framework.Graphics.GraphicsExtensions.GetSyncInterval
static int GetSyncInterval(this PresentInterval interval)
Definition
GraphicsExtensions.cs:11
Microsoft.Xna.Framework.Graphics.GraphicsExtensions.GetBlockSize
static void GetBlockSize(this SurfaceFormat surfaceFormat, [Out] int width, [Out] int height)
Definition
GraphicsExtensions.cs:28
Microsoft.Xna.Framework.Graphics.GraphicsExtensions.GetSize
static int GetSize(this SurfaceFormat surfaceFormat)
Definition
GraphicsExtensions.cs:22
Microsoft.Xna.Framework.Graphics.GraphicsExtensions
Definition
GraphicsExtensions.cs:9
Cpp2IlInjected
Definition
AnalysisFailedException.cs:4
Microsoft.Xna.Framework.Graphics.PresentInterval
PresentInterval
Definition
PresentInterval.cs:7
Microsoft.Xna.Framework.Graphics.SurfaceFormat
SurfaceFormat
Definition
SurfaceFormat.cs:7
Microsoft.Xna.Framework.Graphics
Definition
Blend.cs:4
System.Runtime.InteropServices
Definition
_Activator.cs:4
System.ExceptionArgument.format
@ format
System
Definition
__ComObject.cs:4
source
Microsoft
Xna
Framework
Graphics
GraphicsExtensions.cs
Generated by
1.10.0