mirror of
https://github.com/AxioDL/boo.git
synced 2025-07-04 20:25:54 +00:00
Use Vulkan API version 1.1
This commit is contained in:
parent
56439646b2
commit
b2bf7549f5
@ -403,7 +403,7 @@ bool VulkanContext::initVulkan(std::string_view appName, PFN_vkGetInstanceProcAd
|
||||
appInfo.applicationVersion = 1;
|
||||
appInfo.pEngineName = "Boo";
|
||||
appInfo.engineVersion = 1;
|
||||
appInfo.apiVersion = VK_API_VERSION_1_0;
|
||||
appInfo.apiVersion = VK_API_VERSION_1_1;
|
||||
|
||||
VkInstanceCreateInfo instInfo = {};
|
||||
instInfo.sType = VK_STRUCTURE_TYPE_INSTANCE_CREATE_INFO;
|
||||
|
Loading…
x
Reference in New Issue
Block a user