mirror of
https://github.com/libretro/RetroArch
synced 2025-02-18 00:40:36 +00:00
(Android) Hook up Vulkan for gfx_ctx_bind_api
This commit is contained in:
parent
b8c1e31c13
commit
eaa0b08bc2
@ -344,6 +344,13 @@ static bool android_gfx_ctx_bind_api(void *data,
|
||||
}
|
||||
#endif
|
||||
break;
|
||||
case GFX_CTX_VULKAN_API:
|
||||
#ifdef HAVE_VULKAN
|
||||
android_api = api;
|
||||
return true;
|
||||
#else
|
||||
break;
|
||||
#endif
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user