bgfx_attrib_t

Vertex attribute enum.

Values

ValueMeaning
BGFX_ATTRIB_POSITION

a_position

BGFX_ATTRIB_NORMAL

a_normal

BGFX_ATTRIB_TANGENT

a_tangent

BGFX_ATTRIB_BITANGENT

a_bitangent

BGFX_ATTRIB_COLOR0

a_color0

BGFX_ATTRIB_COLOR1

a_color1

BGFX_ATTRIB_COLOR2

a_color2

BGFX_ATTRIB_COLOR3

a_color3

BGFX_ATTRIB_INDICES

a_indices

BGFX_ATTRIB_WEIGHT

a_weight

BGFX_ATTRIB_TEXCOORD0

a_texcoord0

BGFX_ATTRIB_TEXCOORD1

a_texcoord1

BGFX_ATTRIB_TEXCOORD2

a_texcoord2

BGFX_ATTRIB_TEXCOORD3

a_texcoord3

BGFX_ATTRIB_TEXCOORD4

a_texcoord4

BGFX_ATTRIB_TEXCOORD5

a_texcoord5

BGFX_ATTRIB_TEXCOORD6

a_texcoord6

BGFX_ATTRIB_TEXCOORD7

a_texcoord7

BGFX_ATTRIB_COUNT

Meta