Update Vulkan headers to 1.1.125

TBR=cwallez@chromium.org
Bug: none
Change-Id: I5e63c46fabf4ba983ab375159dd63b93b0b629d6
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/16061
Commit-Queue: Austin Eng <enga@chromium.org>
Reviewed-by: Austin Eng <enga@chromium.org>
This commit is contained in:
Austin Eng 2020-02-21 18:34:44 +00:00 committed by Commit Bot service account
parent fab2158070
commit bc34d908f6
1 changed files with 2 additions and 2 deletions

4
DEPS
View File

@ -93,13 +93,13 @@ deps = {
# Khronos Vulkan-Headers # Khronos Vulkan-Headers
'third_party/vulkan-headers': { 'third_party/vulkan-headers': {
'url': '{chromium_git}/external/github.com/KhronosGroup/Vulkan-Headers@5b44df19e040fca0048ab30c553a8c2d2cb9623e', 'url': '{chromium_git}/external/github.com/KhronosGroup/Vulkan-Headers@d287523f48dba1b669866c5d6625b29931948e39',
'condition': 'dawn_standalone', 'condition': 'dawn_standalone',
}, },
# Khronos Vulkan-ValidationLayers # Khronos Vulkan-ValidationLayers
'third_party/vulkan-validation-layers': { 'third_party/vulkan-validation-layers': {
'url': '{chromium_git}/external/github.com/KhronosGroup/Vulkan-ValidationLayers@9fba37afae13a11bd49ae942bf82e5bf1098e381', 'url': '{chromium_git}/external/github.com/KhronosGroup/Vulkan-ValidationLayers@237d818e81fbffa073d29d94f53a2cbac4f25b9f',
'condition': 'dawn_standalone', 'condition': 'dawn_standalone',
}, },