mirror of
https://github.com/libretro/RetroArch
synced 2025-04-03 19:20:24 +00:00
Add vulkan context logging.
This commit is contained in:
parent
0eff23eeed
commit
26b0bc771d
@ -1179,6 +1179,8 @@ static void *vulkan_init(const video_info_t *video,
|
|||||||
vk->ctx_driver = ctx_driver;
|
vk->ctx_driver = ctx_driver;
|
||||||
|
|
||||||
video_context_driver_set((const gfx_ctx_driver_t*)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);
|
video_context_driver_get_video_size(&mode);
|
||||||
full_x = mode.width;
|
full_x = mode.width;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user