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
IGraphicsContext.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x0200031C RID: 796
6 internal interface IGraphicsContext
7 {
8 // Token: 0x170001D1 RID: 465
9 // (get) Token: 0x06001287 RID: 4743
10 // (set) Token: 0x06001288 RID: 4744
11 int SwapInterval { get; set; }
12
13 // Token: 0x170001D2 RID: 466
14 // (get) Token: 0x06001289 RID: 4745
15 bool IsDisposed { get; }
16
17 // Token: 0x0600128A RID: 4746
19
20 // Token: 0x0600128B RID: 4747
22
23 // Token: 0x170001D3 RID: 467
24 // (get) Token: 0x0600128C RID: 4748
25 bool IsCurrent { get; }
26 }
27}
void MakeCurrent(IWindowInfo info)