terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Public Attributes | |
Texture2D[] | Textures |
bool | CachedImmediateDrawMaterialActive |
Static Public Attributes | |
static GraphicsDevice | Instance |
Protected Member Functions | |
override void | Finalize () |
Package Functions | |
GraphicsDevice () | |
int | GetClampedMultisampleCount (int multiSampleCount) |
void | Initialize () |
void | ApplyState (bool applyShaders) |
Static Package Functions | |
static Rectangle | GetDefaultTitleSafeArea (int x, int y, int width, int height) |
static Rectangle | GetTitleSafeArea (int x, int y, int width, int height) |
Package Attributes | |
Dictionary< int, Effect > | EffectCache |
int | MaxTextureSlots |
int | MaxVertexTextureSlots |
Properties | |
GraphicsCapabilities | GraphicsCapabilities [get, private set] |
EventHandler< EventArgs > | DeviceLost |
EventHandler< EventArgs > | DeviceReset |
EventHandler< EventArgs > | DeviceResetting |
EventHandler< ResourceCreatedEventArgs > | ResourceCreated |
EventHandler< ResourceDestroyedEventArgs > | ResourceDestroyed |
EventHandler< EventArgs > | Disposing |
EventHandler< PresentationEventArgs > | PresentationChanged |
bool | IsRenderTargetBound [get] |
DepthFormat | ActiveDepthFormat [get] |
GraphicsAdapter | Adapter [get, private set] |
RasterizerState | RasterizerState [get, set] |
Color | BlendFactor [get, set] |
BlendState | BlendState [get, set] |
DepthStencilState | DepthStencilState [get, set] |
DisplayMode | DisplayMode [get] |
GraphicsDeviceStatus | GraphicsDeviceStatus [get] |
PresentationParameters | PresentationParameters [get, private set] |
Viewport | Viewport [get, set] |
GraphicsProfile | GraphicsProfile [get] |
Rectangle | ScissorRectangle [get, set] |
int | RenderTargetCount [get] |
bool | ResourcesLost [get, set] |
Private Member Functions | |
void | Setup () |
T[] | Clone< T > (T[] srcArray, int Count) |
Material[] | GetMaterialArray (List< Material > subMeshMaterials) |
Static Private Member Functions | |
static | GraphicsDevice () |
Static Private Attributes | |
static readonly Color | DiscardColor |
Definition at line 11 of file GraphicsDevice.cs.