Fixed GPU memory leak when stopping starting + disabled tracy by default

This commit is contained in:
antopilo
2025-04-17 18:39:24 -04:00
parent a809c5a568
commit a8c38a5a4e
6 changed files with 62 additions and 12 deletions

View File

@@ -57,7 +57,6 @@ binaryOutputDir = outputdir .. "Binaries/"
intBinaryOutputDir = outputdir .. "Binaries-Intermediate/"
globalDefines = {
"TRACY_ENABLE",
"TRACY_ON_DEMAND",
"NK_VK",
"IMGUI_DEFINE_MATH_OPERATORS",