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