Complete hello triangle program but with GLAD instead of GLEW

This commit is contained in:
2024-09-08 14:03:29 -04:00
commit 23bc471bc2
7 changed files with 5593 additions and 0 deletions

6
.gitignore vendored Normal file
View File

@@ -0,0 +1,6 @@
thirdparty/SDL2/
thirdparty/GLEW/
build/
.cache/
.vscode/