Disable VK_EXT_tooling_info check for debugger on Linux
This commit is contained in:
@@ -483,10 +483,12 @@ void GPUDeviceVulkan::GetDeviceExtensionsAndLayers(VkPhysicalDevice gpu, Array<c
|
||||
}
|
||||
|
||||
// Add device layers for debugging
|
||||
#ifdef VK_EXT_tooling_info
|
||||
if (ListContains(foundUniqueExtensions, "VK_EXT_tooling_info"))
|
||||
{
|
||||
IsDebugToolAttached = true;
|
||||
}
|
||||
#endif
|
||||
#if VULKAN_USE_DEBUG_LAYER
|
||||
bool hasKhronosStandardValidationLayer = false, hasLunargStandardValidationLayer = false;
|
||||
#if VULKAN_USE_KHRONOS_STANDARD_VALIDATION
|
||||
|
||||
Reference in New Issue
Block a user