1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2024-12-02 19:24:12 +01:00

[dxvk] Bump internal engine version

Due to large shader-related changes.
This commit is contained in:
Philip Rebohle 2024-08-12 18:57:05 +02:00 committed by Philip Rebohle
parent 1e5b78e8ea
commit 159f540e10

View File

@ -182,7 +182,7 @@ namespace dxvk {
appInfo.pApplicationName = appName.c_str();
appInfo.applicationVersion = flags.raw();
appInfo.pEngineName = "DXVK";
appInfo.engineVersion = VK_MAKE_API_VERSION(0, 2, 4, 0);
appInfo.engineVersion = VK_MAKE_API_VERSION(0, 2, 4, 1);
appInfo.apiVersion = VK_MAKE_API_VERSION(0, 1, 3, 0);
VkInstanceCreateInfo info = { VK_STRUCTURE_TYPE_INSTANCE_CREATE_INFO };