Chronos 0.0
A advanced 2D rendering and animation system
Loading...
Searching...
No Matches
Vertex.hpp File Reference

This file includes the structure of a vertex. More...

#include "vulkanHeaders.hpp"
Include dependency graph for Vertex.hpp:
This graph shows which files directly or indirectly include this file:

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
 

Detailed Description

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.