mirror of
https://github.com/libretro/RetroArch
synced 2025-02-04 03:40:03 +00:00
(Vulkan) Don't use VK_API_VERSION any more
This commit is contained in:
parent
41cf1df5a9
commit
34958ec39a
@ -1242,7 +1242,7 @@ bool vulkan_context_init(gfx_ctx_vulkan_data_t *vk,
|
||||
app.applicationVersion = 0;
|
||||
app.pEngineName = "RetroArch";
|
||||
app.engineVersion = 0;
|
||||
app.apiVersion = VK_API_VERSION;
|
||||
app.apiVersion = VK_MAKE_VERSION(1, 0, 2);
|
||||
|
||||
info.pApplicationInfo = &app;
|
||||
info.enabledExtensionCount = ARRAY_SIZE(instance_extensions);
|
||||
|
Loading…
x
Reference in New Issue
Block a user