Struct atlas::vk::vertex_input
ClassList > atlas > vk > vertex_input
Public Attributes
Type | Name |
---|---|
glm::vec3 | color |
glm::vec3 | normals |
glm::vec3 | position |
glm::vec2 | uv |
Public Functions
Type | Name |
---|---|
bool | operator== (const vertex_input & other) const |
Public Attributes Documentation
variable color
glm::vec3 atlas::vk::vertex_input::color;
variable normals
glm::vec3 atlas::vk::vertex_input::normals;
variable position
glm::vec3 atlas::vk::vertex_input::position;
variable uv
glm::vec2 atlas::vk::vertex_input::uv;
Public Functions Documentation
function operator==
inline bool atlas::vk::vertex_input::operator== (
const vertex_input & other
) const
The documentation for this class was generated from the following file TheAtlasEngine/atlas/drivers/vulkan-cpp/vk_types.hpp