Skip to content

Commit 7f63266

Browse files
committed
build: Update to header 1.4.330
1 parent 17c4154 commit 7f63266

File tree

7 files changed

+2307
-1963
lines changed

7 files changed

+2307
-1963
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
cmake_minimum_required(VERSION 3.22.1)
1919

2020
# The VERSION field is generated with the "--generated-version" flag in the generate_source.py script
21-
project(Vulkan-Tools VERSION 1.4.329)
21+
project(Vulkan-Tools VERSION 1.4.330)
2222

2323
# This variable enables downstream users to customize the target API
2424
# variant (e.g. Vulkan SC)

icd/VkICD_mock_icd.json.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"file_format_version": "1.0.1",
33
"ICD": {
44
"library_path": "@JSON_LIBRARY_PATH@",
5-
"api_version": "1.4.329"
5+
"api_version": "1.4.330"
66
}
77
}

icd/generated/function_declarations.h

Lines changed: 508 additions & 453 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)