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
Microsoft.Xna.Framework.Graphics.GraphicsAdapter Class Referencesealed
+ Inheritance diagram for Microsoft.Xna.Framework.Graphics.GraphicsAdapter:
+ Collaboration diagram for Microsoft.Xna.Framework.Graphics.GraphicsAdapter:

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< GraphicsAdapterAdapters [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< Descriptionk__BackingField
 
int< DeviceIdk__BackingField
 
string< DeviceNamek__BackingField
 
int< VendorIdk__BackingField
 
bool< IsDefaultAdapterk__BackingField
 
IntPtr< MonitorHandlek__BackingField
 
int< Revisionk__BackingField
 
int< SubSystemIdk__BackingField
 

Static Private Attributes

static int _virtualScreenSize
 
static readonly ReadOnlyCollection< GraphicsAdapter_adapters
 
static GraphicsAdapter.DriverType< UseDriverTypek__BackingField
 
static bool< UseDebugLayersk__BackingField
 

Detailed Description

Definition at line 12 of file GraphicsAdapter.cs.


The documentation for this class was generated from the following file: