Vulkan: Use 1.0.6.

1.0.2 is pre public release version I think ...
This commit is contained in:
Hans-Kristian Arntzen 2016-03-21 10:03:15 +01:00
parent 84923a0465
commit fa7eeb57b8

View File

@ -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);