Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
Microsoft.Xna.Framework.Graphics.ProfileCapabilities Class Reference

Package Functions

void ThrowNotSupportedException (string message)
 
void ThrowNotSupportedException (string message, object arg1)
 
void ThrowNotSupportedException (string message, object arg1, object arg2)
 

Static Package Functions

static ProfileCapabilities GetInstance (GraphicsProfile graphicsProfile)
 

Package Attributes

GraphicsProfile Profile
 
uint VertexShaderVersion
 
uint PixelShaderVersion
 
bool OcclusionQuery
 
bool GetBackBufferData
 
bool SeparateAlphaBlend
 
bool DestBlendSrcAlphaSat
 
bool MinMaxSrcDestBlend
 
int MaxPrimitiveCount
 
bool IndexElementSize32
 
int MaxVertexStreams
 
int MaxStreamStride
 
int MaxVertexBufferSize
 
int MaxIndexBufferSize
 
int MaxTextureSize
 
int MaxCubeSize
 
int MaxVolumeExtent
 
int MaxTextureAspectRatio
 
int MaxSamplers
 
int MaxVertexSamplers
 
int MaxRenderTargets
 
bool NonPow2Unconditional
 
bool NonPow2Cube
 
bool NonPow2Volume
 
List< SurfaceFormatValidTextureFormats = new List<SurfaceFormat>()
 
List< SurfaceFormatValidCubeFormats = new List<SurfaceFormat>()
 
List< SurfaceFormatValidVolumeFormats = new List<SurfaceFormat>()
 
List< SurfaceFormatValidVertexTextureFormats = new List<SurfaceFormat>()
 
List< SurfaceFormatInvalidFilterFormats = new List<SurfaceFormat>()
 
List< SurfaceFormatInvalidBlendFormats = new List<SurfaceFormat>()
 
List< DepthFormatValidDepthFormats = new List<DepthFormat>()
 
List< VertexElementFormatValidVertexFormats = new List<VertexElementFormat>()
 

Static Package Attributes

static readonly ProfileCapabilities Reach
 
static readonly ProfileCapabilities HiDef
 

Detailed Description

Definition at line 7 of file ProfileCapabilities.cs.


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