This commit is contained in:
Daniel Ledda
2025-02-17 14:13:22 +01:00
parent a89ef8ddde
commit 95b781a4b9
14 changed files with 5609 additions and 326 deletions

View File

@@ -5,7 +5,7 @@
#include "../lib/djstdlib/core.h"
struct Shader {
uint32 prog_id;
uint32 progId;
};
Shader createShader(string vertex_path, string fragment_path);