Merge pull request #115166 from bruvzg/DISABLE_FOSSILIZE

Add Fossilize to the disabled Vulkan layer list for the editor.
This commit is contained in:
Rémi Verschelde
2026-01-20 10:25:43 +01:00
committed by GitHub

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)