diff --git a/gfx/common/vulkan_common.c b/gfx/common/vulkan_common.c index 7a44b87a84..68e4ca4f2e 100644 --- a/gfx/common/vulkan_common.c +++ b/gfx/common/vulkan_common.c @@ -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