Change some context driver names

This commit is contained in:
twinaphex 2020-07-20 18:15:37 +02:00
parent 65369ddf20
commit 7574a80391
3 changed files with 3 additions and 3 deletions

View File

@ -330,7 +330,7 @@ const gfx_ctx_driver_t gfx_ctx_vk_android = {
NULL,
NULL,
NULL,
"android_vk",
"vk_android",
android_gfx_ctx_vk_get_flags,
android_gfx_ctx_vk_set_flags,
android_gfx_ctx_vk_bind_hw_render,

View File

@ -343,7 +343,7 @@ const gfx_ctx_driver_t gfx_ctx_w_vk = {
NULL,
NULL,
win32_show_cursor,
"w_vk",
"vk_w",
gfx_ctx_w_vk_get_flags,
gfx_ctx_w_vk_set_flags,
gfx_ctx_w_vk_bind_hw_render,

View File

@ -680,7 +680,7 @@ const gfx_ctx_driver_t gfx_ctx_vk_wayland = {
NULL,
NULL,
gfx_ctx_wl_show_mouse,
"wayland",
"vk_wayland",
gfx_ctx_wl_get_flags,
gfx_ctx_wl_set_flags,
gfx_ctx_wl_bind_hw_render,