Update depreciated Vulkan enum

This commit is contained in:
Jack Andersen 2016-03-14 13:31:43 -10:00
parent 0dfab1fdad
commit 85f9a633f0
1 changed files with 1 additions and 1 deletions

View File

@ -460,7 +460,7 @@ void VulkanContext::initVulkan(const char* appName)
appInfo.applicationVersion = 1;
appInfo.pEngineName = "Boo";
appInfo.engineVersion = 1;
appInfo.apiVersion = VK_API_VERSION;
appInfo.apiVersion = VK_API_VERSION_1_0;
VkInstanceCreateInfo instInfo = {};
instInfo.sType = VK_STRUCTURE_TYPE_INSTANCE_CREATE_INFO;