Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
VertexElementFormat.cs
Go to the documentation of this file.
1
namespace
Microsoft.Xna.Framework.Graphics
;
2
3
public
enum
VertexElementFormat
4
{
5
Single
,
6
Vector2
,
7
Vector3
,
8
Vector4
,
9
Color
,
10
Byte4
,
11
Short2
,
12
Short4
,
13
NormalizedShort2
,
14
NormalizedShort4
,
15
HalfVector2
,
16
HalfVector4
17
}
Microsoft.Xna.Framework.Graphics.VertexElementFormat
VertexElementFormat
Definition
VertexElementFormat.cs:4
Microsoft.Xna.Framework.Graphics.VertexElementFormat.Vector3
@ Vector3
Microsoft.Xna.Framework.Graphics.VertexElementFormat.NormalizedShort2
@ NormalizedShort2
Microsoft.Xna.Framework.Graphics.VertexElementFormat.Short4
@ Short4
Microsoft.Xna.Framework.Graphics.VertexElementFormat.Short2
@ Short2
Microsoft.Xna.Framework.Graphics.VertexElementFormat.Byte4
@ Byte4
Microsoft.Xna.Framework.Graphics.VertexElementFormat.NormalizedShort4
@ NormalizedShort4
Microsoft.Xna.Framework.Graphics.SurfaceFormat.Vector2
@ Vector2
Microsoft.Xna.Framework.Graphics.SurfaceFormat.HalfVector4
@ HalfVector4
Microsoft.Xna.Framework.Graphics.SurfaceFormat.HalfVector2
@ HalfVector2
Microsoft.Xna.Framework.Graphics.SurfaceFormat.Color
@ Color
Microsoft.Xna.Framework.Graphics.SurfaceFormat.Vector4
@ Vector4
Microsoft.Xna.Framework.Graphics.EffectParameterType.Single
@ Single
Microsoft.Xna.Framework.Graphics
Definition
AlphaTestEffect.cs:1
source
Microsoft.Xna.Framework.Graphics
VertexElementFormat.cs
Generated by
1.10.0