mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-03-15 16:29:16 +01:00
[dxvk] Bump engine version reported to the Vulkan driver
Might help with Fossilize stuff.
This commit is contained in:
parent
0ba741b7d2
commit
fc796abede
@ -125,7 +125,7 @@ namespace dxvk {
|
||||
VkApplicationInfo appInfo = { VK_STRUCTURE_TYPE_APPLICATION_INFO };
|
||||
appInfo.pApplicationName = appName.c_str();
|
||||
appInfo.pEngineName = "DXVK";
|
||||
appInfo.engineVersion = VK_MAKE_VERSION(1, 10, 1);
|
||||
appInfo.engineVersion = VK_MAKE_VERSION(2, 0, 0);
|
||||
appInfo.apiVersion = VK_MAKE_VERSION(1, 3, 0);
|
||||
|
||||
VkInstanceCreateInfo info = { VK_STRUCTURE_TYPE_INSTANCE_CREATE_INFO };
|
||||
|
Loading…
x
Reference in New Issue
Block a user