From dcfa7ee0446648bdffe5e96e9ec17ba837417e27 Mon Sep 17 00:00:00 2001 From: Matthew Waters Date: Wed, 23 Mar 2016 22:13:47 +1100 Subject: vulkan: VK_API_VERSION has been removed In a stable release too, naughty. Use VK_API_VERSION_1_0 instead https://bugzilla.gnome.org/show_bug.cgi?id=764066 --- ext/vulkan/vkinstance.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/vulkan/vkinstance.c b/ext/vulkan/vkinstance.c index 28c4e78e2..ae00e490e 100644 --- a/ext/vulkan/vkinstance.c +++ b/ext/vulkan/vkinstance.c @@ -299,7 +299,7 @@ gst_vulkan_instance_open (GstVulkanInstance * instance, GError ** error) app.applicationVersion = 0; app.pEngineName = APP_SHORT_NAME; app.engineVersion = 0; - app.apiVersion = VK_API_VERSION; + app.apiVersion = VK_API_VERSION_1_0; inst_info.sType = VK_STRUCTURE_TYPE_INSTANCE_CREATE_INFO; inst_info.pNext = NULL; -- cgit v1.2.1