![]() |
galaxy 1.0.0
Real-Time C++23 Game Programming Framework. Built on data-driven design principles and agile software engineering.
|
#include "Vertex.hpp"
Include dependency graph for Vertex.cpp: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) noexcept |
| Generate some default verticies. | |
| std::array< unsigned int, 6 > | galaxy::graphics::gen_default_indices () noexcept |
| Generate some default indicies. | |