mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-03-06 20:58:37 +01:00
[meta] Release v0.80
This commit is contained in:
parent
b9ff234da5
commit
1c865328d3
3 changed files with 3 additions and 3 deletions
2
RELEASE
2
RELEASE
|
@ -1 +1 @@
|
|||
0.72
|
||||
0.80
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
project('dxvk', ['c', 'cpp'], version : 'v0.72')
|
||||
project('dxvk', ['c', 'cpp'], version : 'v0.80')
|
||||
|
||||
cpu_family = target_machine.cpu_family()
|
||||
|
||||
|
|
|
@ -68,7 +68,7 @@ namespace dxvk {
|
|||
appInfo.pApplicationName = nullptr;
|
||||
appInfo.applicationVersion = 0;
|
||||
appInfo.pEngineName = "DXVK";
|
||||
appInfo.engineVersion = VK_MAKE_VERSION(0, 7, 2);
|
||||
appInfo.engineVersion = VK_MAKE_VERSION(0, 8, 0);
|
||||
appInfo.apiVersion = 0;
|
||||
|
||||
VkInstanceCreateInfo info;
|
||||
|
|
Loading…
Add table
Reference in a new issue