Skip to content

Commit

Permalink
build: Update to header 1.3.283
Browse files Browse the repository at this point in the history
  • Loading branch information
mikes-lunarg committed Apr 19, 2024
1 parent bfdd092 commit 9aec60c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion icd/VkICD_mock_icd.json.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"file_format_version": "1.0.1",
"ICD": {
"library_path": "@JSON_LIBRARY_PATH@",
"api_version": "1.3.282"
"api_version": "1.3.283"
}
}
2 changes: 1 addition & 1 deletion icd/generated/function_declarations.h
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ static const std::unordered_map<std::string, uint32_t> device_extension_map = {
{"VK_EXT_shader_module_identifier", 1},
{"VK_EXT_rasterization_order_attachment_access", 1},
{"VK_NV_optical_flow", 1},
{"VK_EXT_legacy_dithering", 1},
{"VK_EXT_legacy_dithering", 2},
{"VK_EXT_pipeline_protected_access", 1},
{"VK_ANDROID_external_format_resolve", 1},
{"VK_KHR_maintenance5", 1},
Expand Down
4 changes: 2 additions & 2 deletions scripts/known_good.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"sub_dir": "Vulkan-Headers",
"build_dir": "Vulkan-Headers/build",
"install_dir": "Vulkan-Headers/build/install",
"commit": "v1.3.282"
"commit": "v1.3.283"
},
{
"name": "MoltenVK",
Expand Down Expand Up @@ -74,7 +74,7 @@
"cmake_options": [
"-DLOADER_USE_UNSAFE_FILE_SEARCH=ON"
],
"commit": "v1.3.282",
"commit": "v1.3.283",
"build_platforms": [
"windows",
"linux",
Expand Down

0 comments on commit 9aec60c

Please sign in to comment.