Skip to content

Commit 7f93539

Browse files
committed
add vulkan-deps.patch
1 parent 3749733 commit 7f93539

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

patch/patch.cfg

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ patches = [
1515
'name': 'icu',
1616
'path': 'third_party/icu/',
1717
},
18+
{
19+
'name': 'vulkan-deps',
20+
'path': 'third_party/vulkan-deps/vulkan-validation-layers/src/',
21+
},
1822
{
1923
'name': 'perfetto',
2024
'path': 'third_party/perfetto/',

patch/patches/vulkan-deps.patch

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
diff --git a/layers/synchronization_validation.cpp b/layers/synchronization_validation.cpp
2+
index f9e46c5c..6b19dff3 100644
3+
--- layers/synchronization_validation.cpp
4+
+++ layers/synchronization_validation.cpp
5+
@@ -18,6 +18,7 @@
6+
* Author: Locke Lin <locke@lunarg.com>
7+
* Author: Jeremy Gebben <jeremyg@lunarg.com>
8+
*/
9+
+#pragma clang diagnostic ignored "-Wrange-loop-construct"
10+
11+
#include <limits>
12+
#include <vector>

0 commit comments

Comments
 (0)