diff options
author | Nathaniel Cesario <nathaniel@lunarg.com> | 2023-02-08 12:13:14 -0700 |
---|---|---|
committer | ncesario-lunarg <71668273+ncesario-lunarg@users.noreply.github.com> | 2023-02-20 11:39:12 -0700 |
commit | ff7cfc5327017330e508efe84e9a16fa2cbc8721 (patch) | |
tree | 565686d13bdcd44b1069ad802554c8d6fe68d0b1 /build-android | |
parent | 32a59bb05b59ecc95e0da2aeae7ee5543d522467 (diff) | |
download | Vulkan-ValidationLayers-ff7cfc5327017330e508efe84e9a16fa2cbc8721.tar.gz Vulkan-ValidationLayers-ff7cfc5327017330e508efe84e9a16fa2cbc8721.tar.bz2 Vulkan-ValidationLayers-ff7cfc5327017330e508efe84e9a16fa2cbc8721.zip |
build: Update to header v1.3.241
Fix VkBestPracticesLayerTest.UseDeprecatedDeviceExtensions due to
extension dependency change.
This also includes script updates for to accomodate:
- https://gitlab.khronos.org/vulkan/vulkan/-/merge_requests/5542
- https://gitlab.khronos.org/vulkan/vulkan/-/merge_requests/5700
Diffstat (limited to 'build-android')
-rwxr-xr-x | build-android/known_good.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build-android/known_good.json b/build-android/known_good.json index c74a7dc5a..55959b6ec 100755 --- a/build-android/known_good.json +++ b/build-android/known_good.json @@ -16,7 +16,7 @@ "name": "Vulkan-Headers", "url": "https://github.com/KhronosGroup/Vulkan-Headers.git", "sub_dir": "Vulkan-Headers", - "commit": "v1.3.240" + "commit": "v1.3.241" }, { "name": "SPIRV-Tools", |