mirror of
https://github.com/libretro/RetroArch
synced 2025-01-26 09:35:21 +00:00
Vulkan: Use 1.0.6.
1.0.2 is pre public release version I think ...
This commit is contained in:
parent
84923a0465
commit
fa7eeb57b8
@ -1262,7 +1262,7 @@ bool vulkan_context_init(gfx_ctx_vulkan_data_t *vk,
|
||||
app.applicationVersion = 0;
|
||||
app.pEngineName = "RetroArch";
|
||||
app.engineVersion = 0;
|
||||
app.apiVersion = VK_MAKE_VERSION(1, 0, 2);
|
||||
app.apiVersion = VK_MAKE_VERSION(1, 0, 6);
|
||||
|
||||
info.pApplicationInfo = &app;
|
||||
info.enabledExtensionCount = ARRAY_SIZE(instance_extensions);
|
||||
|
Loading…
x
Reference in New Issue
Block a user