|
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
|
Inheritance diagram for Microsoft.Xna.Framework.Graphics.GraphicsCapabilities:
Collaboration diagram for Microsoft.Xna.Framework.Graphics.GraphicsCapabilities:Public Member Functions | |
| GraphicsCapabilities () | |
Package Functions | |
| void | Initialize (GraphicsDevice device) |
Properties | |
| bool | SupportsNonPowerOfTwo [get, set, private set] |
| bool | SupportsTextureFilterAnisotropic [get, set, private set] |
| bool | SupportsDepth24 [get, set, private set] |
| bool | SupportsPackedDepthStencil [get, set, private set] |
| bool | SupportsDepthNonLinear [get, set, private set] |
| bool | SupportsDxt1 [get, set, private set] |
| bool | SupportsS3tc [get, set, private set] |
| bool | SupportsPvrtc [get, set, private set] |
| bool | SupportsEtc1 [get, set, private set] |
| bool | SupportsAtitc [get, set, private set] |
| bool | SupportsTextureMaxLevel [get, set, private set] |
| bool | SupportsSRgb [get, set, private set] |
| bool | SupportsTextureArrays [get, set, private set] |
| bool | SupportsDepthClamp [get, set, private set] |
| bool | SupportsVertexTextures [get, set, private set] |
| bool | SupportsFloatTextures [get, set, private set] |
| bool | SupportsHalfFloatTextures [get, set, private set] |
| bool | SupportsNormalized [get, set, private set] |
| int | MaxTextureAnisotropy [get, set, private set] |
| int | MaxMultiSampleCount [get, set] |
| bool | SupportsInstancing [get, set, private set] |
Private Attributes | |
| bool< SupportsNonPowerOfTwo > | k__BackingField |
| bool< SupportsTextureFilterAnisotropic > | k__BackingField |
| bool< SupportsDepth24 > | k__BackingField |
| bool< SupportsPackedDepthStencil > | k__BackingField |
| bool< SupportsDepthNonLinear > | k__BackingField |
| bool< SupportsDxt1 > | k__BackingField |
| bool< SupportsS3tc > | k__BackingField |
| bool< SupportsPvrtc > | k__BackingField |
| bool< SupportsEtc1 > | k__BackingField |
| bool< SupportsAtitc > | k__BackingField |
| bool< SupportsTextureMaxLevel > | k__BackingField |
| bool< SupportsSRgb > | k__BackingField |
| bool< SupportsTextureArrays > | k__BackingField |
| bool< SupportsDepthClamp > | k__BackingField |
| bool< SupportsVertexTextures > | k__BackingField |
| bool< SupportsFloatTextures > | k__BackingField |
| bool< SupportsHalfFloatTextures > | k__BackingField |
| bool< SupportsNormalized > | k__BackingField |
| int< MaxTextureAnisotropy > | k__BackingField |
| int | _maxMultiSampleCount |
| bool< SupportsInstancing > | k__BackingField |
Static Private Attributes | |
| const int | MultiSampleCountLimit = 32 |
Definition at line 9 of file GraphicsCapabilities.cs.