Add Fossilize to the disabled Vulkan layer list for the editor.

This commit is contained in:
Pāvels Nadtočajevs
2026-01-20 11:06:55 +02:00
parent 1b00ad5519
commit db17acbed1

View File

@@ -2094,6 +2094,7 @@ Error Main::setup(const char *execpath, int argc, char *argv[], bool p_second_ph
"DISABLE_LAYER", // GH-104154 (fpsmon).
"DISABLE_MANGOHUD", // GH-57403.
"DISABLE_VKBASALT",
"DISABLE_FOSSILIZE", // GH-115139.
};
#if defined(WINDOWS_ENABLED) || defined(LINUXBSD_ENABLED)