work on renderer

This commit is contained in:
2026-02-08 17:29:56 -06:00
parent f277dee1f7
commit 086e5f5126
5 changed files with 128 additions and 37 deletions

6
.ccls
View File

@@ -4,5 +4,7 @@ clang++
-Ivendor/imgui
-Ivendor/notcurses/include
-Ivendor/GameNetworkingSockets/include
-DWINDOW=1
-DRENDERER=1
-DWINDOW_GLFW
-DWINDOW_SDL3
-DRENDERER_OPENGL
-DRENDERER_SDL3