mirror of
https://github.com/doitsujin/dxvk.git
synced 2024-12-01 16:24:12 +01:00
[meta] Release v0.81
This commit is contained in:
parent
a3bf90f5a3
commit
09bbb68d98
@ -1,4 +1,4 @@
|
|||||||
project('dxvk', ['c', 'cpp'], version : 'v0.80')
|
project('dxvk', ['c', 'cpp'], version : 'v0.81')
|
||||||
|
|
||||||
cpu_family = target_machine.cpu_family()
|
cpu_family = target_machine.cpu_family()
|
||||||
|
|
||||||
|
@ -68,7 +68,7 @@ namespace dxvk {
|
|||||||
appInfo.pApplicationName = nullptr;
|
appInfo.pApplicationName = nullptr;
|
||||||
appInfo.applicationVersion = 0;
|
appInfo.applicationVersion = 0;
|
||||||
appInfo.pEngineName = "DXVK";
|
appInfo.pEngineName = "DXVK";
|
||||||
appInfo.engineVersion = VK_MAKE_VERSION(0, 8, 0);
|
appInfo.engineVersion = VK_MAKE_VERSION(0, 8, 1);
|
||||||
appInfo.apiVersion = 0;
|
appInfo.apiVersion = 0;
|
||||||
|
|
||||||
VkInstanceCreateInfo info;
|
VkInstanceCreateInfo info;
|
||||||
|
Loading…
Reference in New Issue
Block a user