Antkeeper  0.0.1
Enumerations
render::vertex_attribute_location Namespace Reference

Vertex attribute locations. More...

Enumerations

enum  : std::uint8_t {
  position , uv , normal , tangent ,
  color , bone_index , bone_weight , barycentric ,
  target
}
 

Detailed Description

Vertex attribute locations.

Enumeration Type Documentation

◆ anonymous enum

anonymous enum : std::uint8_t
Enumerator
position 

Vertex position (vec3)

uv 

Vertex UV texture coordinates (vec2)

normal 

Vertex normal (vec3)

tangent 

Vertex tangent (vec4)

color 

Vertex color (vec4)

bone_index 

Vertex bone indices (uvec4)

bone_weight 

Vertex bone weights (vec4)

barycentric 

Vertex barycentric coordinates (vec3)

target 

Vertex morph target (vec3)

Definition at line 1 of file vertex-attribute-location.hpp.