Enum AttributeClass
Attribute class hints for shaders.
public enum AttributeClass
Fields
Auxilliary = 0
All other attributes are considered auxilliary.
BoneIndex = 7
Hints that this attribute is a bone indexer.
BoneWeight = 6
Hints that this attribute is a bone weight attribute.
Color = 5
Hints that this attribute is a vertex color attribute.
Normal = 3
Hints that this attribute is a normal attribute.
Position = 1
Hints that this attribute is a position attribute.
Tangent = 4
Hints that this attribute is a tangent attribute.
TextureCoordinate = 2
Hints that this attribute is a texture coordinate attribute.