mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-03-06 20:58:37 +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:
parent
2970645f33
commit
c613078ba8
1 changed files with 1 additions and 1 deletions
|
@ -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 };
|
||||
|
|
Loading…
Add table
Reference in a new issue