Struct Vertex
Defined in File vertex.h
Struct Documentation
-
struct Vertex
Public Functions
-
bool operator==(const Vertex &other) const
Public Members
-
glm::vec3 pos
-
glm::vec3 color
-
glm::vec2 texCoord
-
glm::vec3 normal
Public Static Functions
-
static VkVertexInputBindingDescription getBindingDescription()
-
static std::array<VkVertexInputAttributeDescription, 4> getAttributeDescriptions()
-
bool operator==(const Vertex &other) const