From 26b0bc771dba48c31e242eff81059eff251bef29 Mon Sep 17 00:00:00 2001 From: Rinnegatamante Date: Sun, 13 Oct 2019 17:47:08 +0200 Subject: [PATCH] Add vulkan context logging. --- gfx/drivers/vulkan.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gfx/drivers/vulkan.c b/gfx/drivers/vulkan.c index 3f6e6880e8..c803fbbbac 100644 --- a/gfx/drivers/vulkan.c +++ b/gfx/drivers/vulkan.c @@ -1179,6 +1179,8 @@ static void *vulkan_init(const video_info_t *video, vk->ctx_driver = ctx_driver; video_context_driver_set((const gfx_ctx_driver_t*)ctx_driver); + + RARCH_LOG("[Vulkan]: Found vulkan context: %s\n", ctx_driver->ident); video_context_driver_get_video_size(&mode); full_x = mode.width;