Go to the source code of this file.
◆ vertex_attribute_bone_index
constexpr std::uint16_t vertex_attribute_bone_index = 0b0000000000100000 |
|
inlineconstexpr |
◆ vertex_attribute_bone_weight
constexpr std::uint16_t vertex_attribute_bone_weight = 0b0000000001000000 |
|
inlineconstexpr |
◆ vertex_attribute_color
constexpr std::uint16_t vertex_attribute_color = 0b0000000000010000 |
|
inlineconstexpr |
◆ vertex_attribute_morph_target
constexpr std::uint16_t vertex_attribute_morph_target = 0b0000000010000000 |
|
inlineconstexpr |
◆ vertex_attribute_normal
constexpr std::uint16_t vertex_attribute_normal = 0b0000000000000100 |
|
inlineconstexpr |
◆ vertex_attribute_position
constexpr std::uint16_t vertex_attribute_position = 0b0000000000000001 |
|
inlineconstexpr |
◆ vertex_attribute_tangent
constexpr std::uint16_t vertex_attribute_tangent = 0b0000000000001000 |
|
inlineconstexpr |
◆ vertex_attribute_uv
constexpr std::uint16_t vertex_attribute_uv = 0b0000000000000010 |
|
inlineconstexpr |