|
Chronos 0.0
A advanced 2D rendering and animation system
|
This file includes the structure of a vertex. More...
#include "vulkanHeaders.hpp"

Go to the source code of this file.
Classes | |
| struct | Chronos::Engine::ColorVertex |
| This defines the position of a vertex. Used when we need a colored vertex. Does not support textures. More... | |
| struct | Chronos::Engine::TexturedVertex |
| This defines the position and texture coordinates of a vertex. Used when we need a textured vertex. More... | |
Namespaces | |
| namespace | Chronos |
| namespace | Chronos::Engine |
This file includes the structure of a vertex.
This is used to create the vertices of a shape and define basic parameters(position, texture, color).
Definition in file Vertex.hpp.