Skip to content

Commit d8439d9

Browse files
authored
Create apple_clang_overloaded.patch
1 parent 6fbde81 commit d8439d9

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
--- 3rdparty/dawn/src/tint/lang/core/ir/transform/multiplanar_external_texture.cc
2+
+++ 3rdparty/dawn/src/tint/lang/core/ir/transform/multiplanar_external_texture.cc
3+
@@ -46,6 +46,9 @@
4+
using Ts::operator()...;
5+
};
6+
7+
+template<class... Ts>
8+
+overloaded(Ts...) -> overloaded<Ts...>;
9+
+
10+
using MultiplanarTexture = tint::transform::multiplanar::MultiplanarTexture;
11+
using YCBCRTexture = tint::transform::multiplanar::YCBCRTexture;
12+

0 commit comments

Comments
 (0)