mirror of
https://github.com/libretro/RetroArch.git
synced 2024-12-04 14:27:38 +00:00
Log if Vulkan debug layers are enabled.
This commit is contained in:
parent
f208bba41e
commit
7813d40c9e
@ -1627,6 +1627,7 @@ bool vulkan_context_init(gfx_ctx_vulkan_data_t *vk,
|
||||
info.pfnCallback = vulkan_debug_cb;
|
||||
vkCreateDebugReportCallbackEXT(vk->context.instance, &info, NULL, &vk->context.debug_callback);
|
||||
}
|
||||
RARCH_LOG("[Vulkan]: Enabling Vulkan debug layers.\n");
|
||||
#endif
|
||||
|
||||
/* Try different API versions if driver has compatible
|
||||
|
Loading…
Reference in New Issue
Block a user