Antkeeper
0.0.1
src
engine
render
Namespaces
|
Enumerations
vertex-attribute-location.hpp File Reference
#include <cstdint>
Go to the source code of this file.
Namespaces
render
High-level rendering.
render::vertex_attribute_location
Vertex attribute locations.
Enumerations
enum
: std::uint8_t {
render::vertex_attribute_location::position
,
render::vertex_attribute_location::uv
,
render::vertex_attribute_location::normal
,
render::vertex_attribute_location::tangent
,
render::vertex_attribute_location::color
,
render::vertex_attribute_location::bone_index
,
render::vertex_attribute_location::bone_weight
,
render::vertex_attribute_location::barycentric
,
render::vertex_attribute_location::target
}