VertexElementUsageΒΆ

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

Defines usage for vertex elements.

VertexElementUsage Position

Position data.

VertexElementUsage Color

Color data.

VertexElementUsage TextureCoordinate

Texture coordinate data or can be used for user-defined data.

VertexElementUsage Normal

Normal data.

VertexElementUsage Binormal

Binormal data.

VertexElementUsage Tangent

Tangent data.

VertexElementUsage BlendIndices

Blending indices data.

VertexElementUsage BlendWeight

Blending weight data.

VertexElementUsage Depth

Depth data.

VertexElementUsage Fog

Fog data.

VertexElementUsage PointSize

Point size data. Usable for drawing point sprites.

VertexElementUsage Sample

Sampler data for specifies the displacement value to look up.

VertexElementUsage TessellateFactor

Single, positive float value, specifies a tessellation factor used in the tessellation unit to control the rate of tessellation.