#pragma once #include struct GltfVertex { static const VertexInfo Info { .componenets = { { .type = VertexComponent::Type::vec3 } { .type = VertexComponent::Type::vec3 } { .type = VertexComponent::Type::vec3 } }, }; };