mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-02-21 22:54:16 +01:00
[meta] Release 2.4
This commit is contained in:
parent
d731608d5e
commit
008afc1c5f
@ -1,4 +1,4 @@
|
|||||||
project('dxvk', ['c', 'cpp'], version : 'v2.3.1', meson_version : '>= 0.58', default_options : [ 'cpp_std=c++17', 'warning_level=2' ])
|
project('dxvk', ['c', 'cpp'], version : 'v2.4.0', meson_version : '>= 0.58', default_options : [ 'cpp_std=c++17', 'warning_level=2' ])
|
||||||
|
|
||||||
pkg = import('pkgconfig')
|
pkg = import('pkgconfig')
|
||||||
cpu_family = target_machine.cpu_family()
|
cpu_family = target_machine.cpu_family()
|
||||||
|
@ -182,7 +182,7 @@ namespace dxvk {
|
|||||||
appInfo.pApplicationName = appName.c_str();
|
appInfo.pApplicationName = appName.c_str();
|
||||||
appInfo.applicationVersion = flags.raw();
|
appInfo.applicationVersion = flags.raw();
|
||||||
appInfo.pEngineName = "DXVK";
|
appInfo.pEngineName = "DXVK";
|
||||||
appInfo.engineVersion = VK_MAKE_API_VERSION(0, 2, 3, 2);
|
appInfo.engineVersion = VK_MAKE_API_VERSION(0, 2, 4, 0);
|
||||||
appInfo.apiVersion = VK_MAKE_API_VERSION(0, 1, 3, 0);
|
appInfo.apiVersion = VK_MAKE_API_VERSION(0, 1, 3, 0);
|
||||||
|
|
||||||
VkInstanceCreateInfo info = { VK_STRUCTURE_TYPE_INSTANCE_CREATE_INFO };
|
VkInstanceCreateInfo info = { VK_STRUCTURE_TYPE_INSTANCE_CREATE_INFO };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user