VertexElementFormatΒΆ

enum VertexElementFormat : System.Enum, System.IComparable, System.IFormattable, System.IConvertible

Defines vertex element formats.

VertexElementFormat Single

Single 32-bit floating point number.

VertexElementFormat Vector2

Two component 32-bit floating point number.

VertexElementFormat Vector3

Three component 32-bit floating point number.

VertexElementFormat Vector4

Four component 32-bit floating point number.

VertexElementFormat Color

Four component, packed unsigned byte, mapped to 0 to 1 range.

VertexElementFormat Byte4

Four component unsigned byte.

VertexElementFormat Short2

Two component signed 16-bit integer.

VertexElementFormat Short4

Four component signed 16-bit integer.

VertexElementFormat NormalizedShort2

Normalized, two component signed 16-bit integer.

VertexElementFormat NormalizedShort4

Normalized, four component signed 16-bit integer.

VertexElementFormat HalfVector2

Two component 16-bit floating point number.

VertexElementFormat HalfVector4

Four component 16-bit floating point number.