Remove tiling and LRU caching, add circles basic shape to improve overall performances.

This commit is contained in:
2026-05-18 16:58:30 +02:00
parent dc708de354
commit 8ea6a0bf3e
11 changed files with 1252 additions and 988 deletions

View File

@@ -67,7 +67,7 @@ debug: $(FETCH) $(SHADER_HEADERS) $(C_SOURCES) $(IMGUI_SOURCES) $(CGLM_SOURCES)
$(CC) $(C_SOURCES) $(IMGUI_SOURCES) $(CGLM_SOURCES) \
-o $(TARGET) \
$(EMCC_FLAGS) \
-g --profiling-funcs -gsource-map=inline \
-g --profiling-funcs -gsource-map \
-sASSERTIONS \
-I$(LIB_DIR)/sokol \
-I$(LIB_DIR)/imgui \