adding async chunk generation

This commit is contained in:
2025-05-17 23:10:31 +02:00
parent e6982f99e5
commit be29d9a3be
19 changed files with 167 additions and 75 deletions

View File

@@ -45,7 +45,7 @@ _GRAY := $(shell $(TPUT) setaf 8)
_PURPLE := $(shell $(TPUT) setaf 5)
ifeq ($(DEBUG), true)
CXXFLAGS += -g -D DEBUG -D IMGUI_IMPL_VULKAN_NO_PROTOTYPES -I ThirdParty/imgui
CXXFLAGS += -g3 -D DEBUG -D IMGUI_IMPL_VULKAN_NO_PROTOTYPES -I ThirdParty/imgui
SRCS += $(wildcard $(addsuffix /*.cpp, ./Runtime/Sources/Debug))
SRCS += $(wildcard $(addsuffix /*.cpp, ./ThirdParty/imgui))
SRCS += $(wildcard $(addsuffix /*.cpp, ./ThirdParty/imgui/backends))