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

[dxvk] Bump internal version number

Potentially useful for drivers and tools to deal with the new pipeline
layout changes.
This commit is contained in:
Philip Rebohle 2024-04-26 19:10:06 +02:00
parent 2970645f33
commit c613078ba8

View File

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