mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-01-29 17:52:18 +01:00
[meta] Release 1.10.1
This commit is contained in:
parent
b4efaa4ef0
commit
a72463c5af
@ -1,4 +1,4 @@
|
||||
project('dxvk', ['c', 'cpp'], version : 'v1.10', meson_version : '>= 0.47', default_options : [ 'cpp_std=c++17' ])
|
||||
project('dxvk', ['c', 'cpp'], version : 'v1.10.1', meson_version : '>= 0.47', default_options : [ 'cpp_std=c++17' ])
|
||||
|
||||
cpu_family = target_machine.cpu_family()
|
||||
|
||||
|
@ -128,7 +128,7 @@ namespace dxvk {
|
||||
appInfo.pApplicationName = appName.c_str();
|
||||
appInfo.applicationVersion = 0;
|
||||
appInfo.pEngineName = "DXVK";
|
||||
appInfo.engineVersion = VK_MAKE_VERSION(1, 10, 0);
|
||||
appInfo.engineVersion = VK_MAKE_VERSION(1, 10, 1);
|
||||
appInfo.apiVersion = VK_MAKE_VERSION(1, 1, 0);
|
||||
|
||||
VkInstanceCreateInfo info;
|
||||
|
Loading…
x
Reference in New Issue
Block a user