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