![]() |
galaxy 1.0.0
Real-Time C++23 Game Programming Framework. Built on data-driven design principles and agile software engineering.
|
#include "Vertex.hpp"
Go to the source code of this file.
Namespaces | |
namespace | galaxy |
Animated.cpp galaxy. | |
namespace | galaxy::graphics |
Functions | |
std::array< Vertex, 4 > | galaxy::graphics::gen_quad_vertices (const float width, const float height) |
Generate some default verticies. | |
std::array< unsigned int, 6 > | galaxy::graphics::gen_default_indices () |
Generate some default indicies. | |