mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 15:45:19 +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;
|
info.pfnCallback = vulkan_debug_cb;
|
||||||
vkCreateDebugReportCallbackEXT(vk->context.instance, &info, NULL, &vk->context.debug_callback);
|
vkCreateDebugReportCallbackEXT(vk->context.instance, &info, NULL, &vk->context.debug_callback);
|
||||||
}
|
}
|
||||||
|
RARCH_LOG("[Vulkan]: Enabling Vulkan debug layers.\n");
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Try different API versions if driver has compatible
|
/* Try different API versions if driver has compatible
|
||||||
|
Loading…
x
Reference in New Issue
Block a user