mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-03-06 20:58:37 +01:00
[meta] Release 2.3
This commit is contained in:
parent
a53f0e8168
commit
80e075406b
3 changed files with 3 additions and 3 deletions
2
RELEASE
2
RELEASE
|
@ -1 +1 @@
|
||||||
2.2
|
2.3
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
project('dxvk', ['c', 'cpp'], version : 'v2.2', meson_version : '>= 0.49', default_options : [ 'cpp_std=c++17', 'warning_level=2' ])
|
project('dxvk', ['c', 'cpp'], version : 'v2.3', meson_version : '>= 0.49', default_options : [ 'cpp_std=c++17', 'warning_level=2' ])
|
||||||
|
|
||||||
cpu_family = target_machine.cpu_family()
|
cpu_family = target_machine.cpu_family()
|
||||||
platform = target_machine.system()
|
platform = target_machine.system()
|
||||||
|
|
|
@ -176,7 +176,7 @@ namespace dxvk {
|
||||||
VkApplicationInfo appInfo = { VK_STRUCTURE_TYPE_APPLICATION_INFO };
|
VkApplicationInfo appInfo = { VK_STRUCTURE_TYPE_APPLICATION_INFO };
|
||||||
appInfo.pApplicationName = appName.c_str();
|
appInfo.pApplicationName = appName.c_str();
|
||||||
appInfo.pEngineName = "DXVK";
|
appInfo.pEngineName = "DXVK";
|
||||||
appInfo.engineVersion = VK_MAKE_VERSION(2, 2, 0);
|
appInfo.engineVersion = VK_MAKE_VERSION(2, 3, 0);
|
||||||
appInfo.apiVersion = VK_MAKE_VERSION(1, 3, 0);
|
appInfo.apiVersion = VK_MAKE_VERSION(1, 3, 0);
|
||||||
|
|
||||||
VkInstanceCreateInfo info = { VK_STRUCTURE_TYPE_INSTANCE_CREATE_INFO };
|
VkInstanceCreateInfo info = { VK_STRUCTURE_TYPE_INSTANCE_CREATE_INFO };
|
||||||
|
|
Loading…
Add table
Reference in a new issue