mirror of
https://github.com/doitsujin/dxvk.git
synced 2024-12-02 01:24:11 +01:00
[dxvk] Fix some legacy cruft around Vulkan instance creation
This commit is contained in:
parent
dc29eb4d07
commit
b6bf72aeb6
@ -68,8 +68,8 @@ namespace dxvk {
|
|||||||
appInfo.pApplicationName = nullptr;
|
appInfo.pApplicationName = nullptr;
|
||||||
appInfo.applicationVersion = 0;
|
appInfo.applicationVersion = 0;
|
||||||
appInfo.pEngineName = "DXVK";
|
appInfo.pEngineName = "DXVK";
|
||||||
appInfo.engineVersion = VK_MAKE_VERSION(0, 0, 1);
|
appInfo.engineVersion = VK_MAKE_VERSION(0, 7, 2);
|
||||||
appInfo.apiVersion = VK_MAKE_VERSION(1, 0, 47);
|
appInfo.apiVersion = 0;
|
||||||
|
|
||||||
VkInstanceCreateInfo info;
|
VkInstanceCreateInfo info;
|
||||||
info.sType = VK_STRUCTURE_TYPE_INSTANCE_CREATE_INFO;
|
info.sType = VK_STRUCTURE_TYPE_INSTANCE_CREATE_INFO;
|
||||||
|
Loading…
Reference in New Issue
Block a user