mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-05-09 09:55:42 -04:00
Vulkan/Context: Request API v1.1
This commit is contained in:
parent
7ae1509d88
commit
410b384c76
@ -88,7 +88,7 @@ VkInstance Context::CreateVulkanInstance(const WindowInfo* wi, bool enable_debug
|
||||
app_info.applicationVersion = VK_MAKE_VERSION(0, 1, 0);
|
||||
app_info.pEngineName = "DuckStation";
|
||||
app_info.engineVersion = VK_MAKE_VERSION(0, 1, 0);
|
||||
app_info.apiVersion = VK_MAKE_VERSION(1, 0, 0);
|
||||
app_info.apiVersion = VK_API_VERSION_1_1;
|
||||
|
||||
VkInstanceCreateInfo instance_create_info = {};
|
||||
instance_create_info.sType = VK_STRUCTURE_TYPE_INSTANCE_CREATE_INFO;
|
||||
|
Loading…
x
Reference in New Issue
Block a user