lot of opengl draw work to get image on screen

This commit is contained in:
Dynamitos
2025-01-24 00:19:11 +01:00
parent 91bdbe4a09
commit 5f6aef0284
11 changed files with 192 additions and 44 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
{
"dependencies": ["assimp", "ktx", "glfw3", "glm", "stb", "fmt"]
"dependencies": ["assimp", "ktx", "glfw3", "glew", "glm", "stb", "fmt"]
}