Fix RenderDoc detection on Vulkan

This commit is contained in:
Wojtek Figat
2026-01-28 17:08:00 +01:00
parent 61b6aeb252
commit 259d93f95c
2 changed files with 2 additions and 4 deletions

View File

@@ -207,7 +207,7 @@ bool GraphicsService::Init()
#endif
)
{
#if !USE_EDITOR && BUILD_RELEASE && !PLATFORM_LINUX && !PLATFORM_CONSOLE // IsDebugToolAttached seams to be enabled on many Linux machines via VK_EXT_tooling_info
#if !USE_EDITOR && BUILD_RELEASE && !PLATFORM_CONSOLE
// Block graphics debugging to protect contents
Platform::Fatal(TEXT("Graphics debugger attached."));
#endif