20 #ifndef ANTKEEPER_RENDER_VERTEX_ATTRIBUTE_HPP
21 #define ANTKEEPER_RENDER_VERTEX_ATTRIBUTE_HPP
30 namespace vertex_attribute
@ normal
Vertex normal (vec3)
@ index
General purpose index (uint)
@ bone_weight
Vertex bone weights (vec4)
@ position
Vertex position (vec3)
@ bone_index
Vertex bone indices (uvec4)
@ tangent
Vertex tangent (vec4)
@ uv
Vertex UV texture coordinates (vec2)
@ barycentric
Vertex barycentric coordinates (vec3)
@ target
Vertex morph target (vec3)
@ color
Vertex color (vec4)