Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ Reach

readonly ProfileCapabilities Microsoft.Xna.Framework.Graphics.ProfileCapabilities.Reach
staticpackage
Initial value:
= new ProfileCapabilities
{
Profile = GraphicsProfile.Reach,
OcclusionQuery = false,
MaxVertexBufferSize = 67108863,
MaxIndexBufferSize = 67108863,
MaxCubeSize = 512,
NonPow2Cube = false,
NonPow2Volume = false,
{
SurfaceFormat.Color,
SurfaceFormat.Bgr565,
SurfaceFormat.Bgra5551,
SurfaceFormat.Bgra4444,
SurfaceFormat.Dxt1,
SurfaceFormat.Dxt3,
SurfaceFormat.Dxt5,
SurfaceFormat.NormalizedByte2,
SurfaceFormat.NormalizedByte4
},
{
SurfaceFormat.Bgr565,
SurfaceFormat.Bgra5551,
SurfaceFormat.Bgra4444,
SurfaceFormat.Dxt5
},
{
DepthFormat.Depth16,
DepthFormat.Depth24,
DepthFormat.Depth24Stencil8
},
{
VertexElementFormat.Color,
VertexElementFormat.Single,
VertexElementFormat.Vector2,
VertexElementFormat.Vector3,
VertexElementFormat.Vector4,
VertexElementFormat.Byte4,
VertexElementFormat.Short2,
VertexElementFormat.Short4,
VertexElementFormat.NormalizedShort2,
VertexElementFormat.NormalizedShort4
}
}

Definition at line 73 of file ProfileCapabilities.cs.

74 {
75 Profile = GraphicsProfile.Reach,
78 OcclusionQuery = false,
79 GetBackBufferData = false,
80 SeparateAlphaBlend = false,
82 MinMaxSrcDestBlend = false,
83 MaxPrimitiveCount = 65535,
84 IndexElementSize32 = false,
86 MaxStreamStride = 255,
87 MaxVertexBufferSize = 67108863,
88 MaxIndexBufferSize = 67108863,
89 MaxTextureSize = 2048,
90 MaxCubeSize = 512,
93 MaxSamplers = 16,
97 NonPow2Cube = false,
98 NonPow2Volume = false,
100 {
101 SurfaceFormat.Color,
102 SurfaceFormat.Bgr565,
103 SurfaceFormat.Bgra5551,
104 SurfaceFormat.Bgra4444,
105 SurfaceFormat.Dxt1,
106 SurfaceFormat.Dxt3,
107 SurfaceFormat.Dxt5,
108 SurfaceFormat.NormalizedByte2,
109 SurfaceFormat.NormalizedByte4
110 },
112 {
113 SurfaceFormat.Color,
114 SurfaceFormat.Bgr565,
115 SurfaceFormat.Bgra5551,
116 SurfaceFormat.Bgra4444,
117 SurfaceFormat.Dxt1,
118 SurfaceFormat.Dxt3,
119 SurfaceFormat.Dxt5
120 },
122 {
123 DepthFormat.Depth16,
124 DepthFormat.Depth24,
125 DepthFormat.Depth24Stencil8
126 },
128 {
129 VertexElementFormat.Color,
130 VertexElementFormat.Single,
131 VertexElementFormat.Vector2,
132 VertexElementFormat.Vector3,
133 VertexElementFormat.Vector4,
134 VertexElementFormat.Byte4,
135 VertexElementFormat.Short2,
136 VertexElementFormat.Short4,
137 VertexElementFormat.NormalizedShort2,
138 VertexElementFormat.NormalizedShort4
139 }
140 };

Referenced by Microsoft.Xna.Framework.Graphics.ProfileCapabilities.GetInstance().