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
|
Public Types | |
enum | DriverType { Hardware , Reference , FastSoftware } |
Public Member Functions | |
bool | QueryRenderTargetFormat (GraphicsProfile graphicsProfile, SurfaceFormat format, DepthFormat depthFormat, int multiSampleCount, out SurfaceFormat selectedFormat, out DepthFormat selectedDepthFormat, out int selectedMultiSampleCount) |
bool | IsProfileSupported (GraphicsProfile graphicsProfile) |
void | Dispose () |
GraphicsAdapter () | |
Properties | |
static int | VirtualScreenSize [get, set] |
static GraphicsAdapter | DefaultAdapter [get, set] |
static ReadOnlyCollection< GraphicsAdapter > | Adapters [get, set] |
static bool | UseReferenceDevice [get, set] |
static GraphicsAdapter.DriverType | UseDriverType [get, set] |
static bool | UseDebugLayers [get, set] |
string | Description [get, set, private set] |
int | DeviceId [get, set, private set] |
string | DeviceName [get, set, private set] |
int | VendorId [get, set, private set] |
bool | IsDefaultAdapter [get, set, private set] |
IntPtr | MonitorHandle [get, set, private set] |
int | Revision [get, set, private set] |
int | SubSystemId [get, set, private set] |
DisplayModeCollection | SupportedDisplayModes [get, set] |
DisplayMode | CurrentDisplayMode [get, set] |
bool | IsWideScreen [get, set] |
Static Private Member Functions | |
static | GraphicsAdapter () |
static void | PlatformInitializeAdapters (out ReadOnlyCollection< GraphicsAdapter > adaptersResults) |
Private Attributes | |
DisplayModeCollection | _supportedDisplayModes |
DisplayMode | _currentDisplayMode |
string< Description > | k__BackingField |
int< DeviceId > | k__BackingField |
string< DeviceName > | k__BackingField |
int< VendorId > | k__BackingField |
bool< IsDefaultAdapter > | k__BackingField |
IntPtr< MonitorHandle > | k__BackingField |
int< Revision > | k__BackingField |
int< SubSystemId > | k__BackingField |
Static Private Attributes | |
static int | _virtualScreenSize |
static readonly ReadOnlyCollection< GraphicsAdapter > | _adapters |
static GraphicsAdapter.DriverType< UseDriverType > | k__BackingField |
static bool< UseDebugLayers > | k__BackingField |
Definition at line 12 of file GraphicsAdapter.cs.