|
CheeseEngine
A 2D Game Engine
|
Static Public Member Functions | |
| static VkVertexInputBindingDescription | getBindingDescription () |
| static std::array< VkVertexInputAttributeDescription, 3 > | getAttributeDescriptions () |
Public Attributes | |
| glm::vec2 | pos |
| glm::vec3 | color |
| glm::vec2 | texCoord |
|
static |
|
static |
| glm::vec3 GraphicCore::Vertex::color |
| glm::vec2 GraphicCore::Vertex::pos |
| glm::vec2 GraphicCore::Vertex::texCoord |