This commit is contained in:
Daniel Ledda
2025-01-04 22:51:33 +01:00
parent 50f4501c86
commit 2daee71548
11 changed files with 277 additions and 245 deletions

View File

@@ -54,5 +54,7 @@ Shader createShader(const char* vertex_path, const char* fragment_path) {
glDeleteShader(vertex_shader);
glDeleteShader(fragment_shader);
return result;
}

5
src/gfx/gfx.cpp Normal file
View File

@@ -0,0 +1,5 @@
#include "Mesh.cpp"
#include "Shader.cpp"
#include "Texture.cpp"
#include "geometry.cpp"
#include "Color.cpp"