Skip to content

Commit 2c0a644

Browse files
mikes-lunargcharles-lunarg
authored andcommitted
build: Update to header 1.3.275
- Update known-good - Generate source
1 parent 1a84e81 commit 2c0a644

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

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.3.274"
5+
"api_version": "1.3.275"
66
}
77
}

icd/generated/function_declarations.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
** Copyright (c) 2015-2018, 2023 The Khronos Group Inc.
2+
** Copyright (c) 2015-2024 The Khronos Group Inc.
33
**
44
** Licensed under the Apache License, Version 2.0 (the "License");
55
** you may not use this file except in compliance with the License.
@@ -264,7 +264,7 @@ static const std::unordered_map<std::string, uint32_t> device_extension_map = {
264264
{"VK_NV_inherited_viewport_scissor", 1},
265265
{"VK_KHR_shader_integer_dot_product", 1},
266266
{"VK_EXT_texel_buffer_alignment", 1},
267-
{"VK_QCOM_render_pass_transform", 3},
267+
{"VK_QCOM_render_pass_transform", 4},
268268
{"VK_EXT_depth_bias_control", 1},
269269
{"VK_EXT_device_memory_report", 2},
270270
{"VK_EXT_robustness2", 1},
@@ -294,7 +294,7 @@ static const std::unordered_map<std::string, uint32_t> device_extension_map = {
294294
{"VK_EXT_mesh_shader", 1},
295295
{"VK_EXT_ycbcr_2plane_444_formats", 1},
296296
{"VK_EXT_fragment_density_map2", 1},
297-
{"VK_QCOM_rotated_copy_commands", 1},
297+
{"VK_QCOM_rotated_copy_commands", 2},
298298
{"VK_EXT_image_robustness", 1},
299299
{"VK_KHR_workgroup_memory_explicit_layout", 1},
300300
{"VK_KHR_copy_commands2", 1},

icd/generated/function_definitions.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
** Copyright (c) 2015-2018, 2023 The Khronos Group Inc.
2+
** Copyright (c) 2015-2024 The Khronos Group Inc.
33
**
44
** Licensed under the Apache License, Version 2.0 (the "License");
55
** you may not use this file except in compliance with the License.

scripts/known_good.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"sub_dir": "Vulkan-Headers",
88
"build_dir": "Vulkan-Headers/build",
99
"install_dir": "Vulkan-Headers/build/install",
10-
"commit": "v1.3.274"
10+
"commit": "v1.3.275"
1111
},
1212
{
1313
"name": "MoltenVK",
@@ -74,7 +74,7 @@
7474
"cmake_options": [
7575
"-DLOADER_USE_UNSAFE_FILE_SEARCH=ON"
7676
],
77-
"commit": "v1.3.274",
77+
"commit": "v1.3.275",
7878
"build_platforms": [
7979
"windows",
8080
"linux",

scripts/kvt_genvk.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/python3
22
#
3-
# Copyright (c) 2013-2023 The Khronos Group Inc.
4-
# Copyright (c) 2023-2023 RasterGrid Kft.
3+
# Copyright (c) 2013-2024 The Khronos Group Inc.
4+
# Copyright (c) 2023-2024 RasterGrid Kft.
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.
@@ -104,7 +104,7 @@ def makeGenOpts(args):
104104
# Copyright text prefixing all headers (list of strings).
105105
prefixStrings = [
106106
'/*',
107-
'** Copyright (c) 2015-2018, 2023 The Khronos Group Inc.',
107+
'** Copyright (c) 2015-2024 The Khronos Group Inc.',
108108
'**',
109109
'** Licensed under the Apache License, Version 2.0 (the "License");',
110110
'** you may not use this file except in compliance with the License.',

0 commit comments

Comments
 (0)