diff options
| author | Mike Schuchardt <mikes@lunarg.com> | 2024-04-19 08:47:14 -0700 |
|---|---|---|
| committer | Mike Schuchardt <mikes@lunarg.com> | 2024-04-19 10:12:39 -0700 |
| commit | 9aec60c387fb0cd065d3ba921b56c3ef19ad958e (patch) | |
| tree | c218e26d4a1528300cc5bf3a2379b32a0b627e7d | |
| parent | bfdd09240f60ae643a91518cba44526c94fbc635 (diff) | |
| download | usermoji-9aec60c387fb0cd065d3ba921b56c3ef19ad958e.tar.xz | |
build: Update to header 1.3.283
| -rw-r--r-- | icd/VkICD_mock_icd.json.in | 2 | ||||
| -rw-r--r-- | icd/generated/function_declarations.h | 2 | ||||
| -rw-r--r-- | scripts/known_good.json | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/icd/VkICD_mock_icd.json.in b/icd/VkICD_mock_icd.json.in index 992538e1..368935fe 100644 --- a/icd/VkICD_mock_icd.json.in +++ b/icd/VkICD_mock_icd.json.in @@ -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" } }
\ No newline at end of file diff --git a/icd/generated/function_declarations.h b/icd/generated/function_declarations.h index 890cde9a..8d77f455 100644 --- a/icd/generated/function_declarations.h +++ b/icd/generated/function_declarations.h @@ -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}, diff --git a/scripts/known_good.json b/scripts/known_good.json index bacf2ea2..48d1908d 100644 --- a/scripts/known_good.json +++ b/scripts/known_good.json @@ -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", @@ -74,7 +74,7 @@ "cmake_options": [ "-DLOADER_USE_UNSAFE_FILE_SEARCH=ON" ], - "commit": "v1.3.282", + "commit": "v1.3.283", "build_platforms": [ "windows", "linux", |
