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:
parent
1e5b78e8ea
commit
159f540e10
@ -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 };
|
||||
|
Loading…
Reference in New Issue
Block a user