Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit037d0fa

Browse files
committed
[meta] Release 2.3.1
1 parentcbf51a7 commit037d0fa

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

‎RELEASE‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.3
1+
2.3.1

‎meson.build‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
project('dxvk', ['c','cpp'],version:'v2.3',meson_version:'>= 0.58',default_options: ['cpp_std=c++17','warning_level=2' ])
1+
project('dxvk', ['c','cpp'],version:'v2.3.1',meson_version:'>= 0.58',default_options: ['cpp_std=c++17','warning_level=2' ])
22

33
cpu_family=target_machine.cpu_family()
44
platform=target_machine.system()

‎src/dxvk/dxvk_instance.cpp‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ namespace dxvk {
177177
appInfo.pApplicationName = appName.c_str();
178178
appInfo.applicationVersion = flags.raw();
179179
appInfo.pEngineName ="DXVK";
180-
appInfo.engineVersion =VK_MAKE_VERSION(2,3,0);
180+
appInfo.engineVersion =VK_MAKE_VERSION(2,3,1);
181181
appInfo.apiVersion =VK_MAKE_VERSION(1,3,0);
182182

183183
VkInstanceCreateInfo info = { VK_STRUCTURE_TYPE_INSTANCE_CREATE_INFO };

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp