Disable VK_EXT_tooling_info check for debugger on Linux
This commit is contained in:
@@ -200,7 +200,7 @@ bool GraphicsService::Init()
|
||||
#endif
|
||||
)
|
||||
{
|
||||
#if !USE_EDITOR && BUILD_RELEASE
|
||||
#if !USE_EDITOR && BUILD_RELEASE && !PLATFORM_LINUX // IsDebugToolAttached seams to be enabled on many Linux machines via VK_EXT_tooling_info
|
||||
// Block graphics debugging to protect contents
|
||||
Platform::Fatal(TEXT("Graphics debugger attached."));
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user