Click or drag to resize

VertexAttributeUsage Enumeration

Specifies vertex attribute usages.

Namespace:  Internal.SharpBgfx
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public enum VertexAttributeUsage
Members
  Member nameValueDescription
Position0 Position data.
Normal1 Normals.
Tangent2 Tangents.
Bitangent3 Bitangents.
Color04 First color channel.
Color15 Second color channel.
Color26 Third color channel.
Color37 Fourth color channel.
Indices8 Indices.
Weight9 Animation weights.
TexCoord010 First texture coordinate channel (arbitrary data).
TexCoord111 Second texture coordinate channel (arbitrary data).
TexCoord212 Third texture coordinate channel (arbitrary data).
TexCoord313 Fourth texture coordinate channel (arbitrary data).
TexCoord414 Fifth texture coordinate channel (arbitrary data).
TexCoord515 Sixth texture coordinate channel (arbitrary data).
TexCoord616 Seventh texture coordinate channel (arbitrary data).
TexCoord717 Eighth texture coordinate channel (arbitrary data).
See Also