tried making naming more uniform and implemented most of the opengl managers

This commit is contained in:
ZY4N
2025-03-25 02:22:44 +01:00
parent c609d49f0d
commit 71ea2d9237
155 changed files with 4097 additions and 2434 deletions

7
.gitmodules vendored
View File

@@ -1,6 +1,9 @@
[submodule "libraries/include/stb"]
path = libraries/include/stb
url = https://github.com/nothings/stb
[submodule "libraries/include/glm"]
path = libraries/include/glm
[submodule "libraries/stb"]
path = libraries/stb
url = https://github.com/nothings/stb
[submodule "libraries/glm"]
path = libraries/glm
url = https://github.com/g-truc/glm