mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-13 14:00:09 +00:00
vulkancontext: Never abort on validation layer debug
Validation layers should never interfere on application execution.
This commit is contained in:
parent
5fa1b14a96
commit
ea952a6ec3
@ -701,7 +701,7 @@ gdk_vulkan_debug_report (VkDebugReportFlagsEXT flags,
|
||||
g_message ("Vulkan: %s: %s\n", pLayerPrefix, pMessage);
|
||||
}
|
||||
|
||||
return VK_TRUE;
|
||||
return VK_FALSE;
|
||||
}
|
||||
|
||||
static gboolean
|
||||
|
Loading…
Reference in New Issue
Block a user