Enum VertexElementUsage
Defines usage for vertex elements.
public enum VertexElementUsage
Fields
Binormal = 4Binormal data.
BlendIndices = 6Blending indices data.
BlendWeight = 7Blending weight data.
Color = 1Color data.
Depth = 8Depth data.
Fog = 9Fog data.
Normal = 3Normal data.
PointSize = 10Point size data. Usable for drawing point sprites.
Position = 0Position data.
Sample = 11Sampler data for specifies the displacement value to look up.
Tangent = 5Tangent data.
TessellateFactor = 12Single, positive float value, specifies a tessellation factor used in the tessellation unit to control the rate of tessellation.
TextureCoordinate = 2Texture coordinate data or can be used for user-defined data.