mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-20 10:25:28 +00:00
Update tools/format
This Cl updates tools/format to match the various Dawn extensions and to use the `clang_format.py` file from depot_tools instead of the one from clang. This fixes up some formatting differences so `tools/format` will now match `git cl format`. Bug: dawn:1339 Change-Id: I32a2cdbd2d7e950794268616fae38b5bf54ab370 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/86874 Auto-Submit: Dan Sinclair <dsinclair@chromium.org> Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: Ben Clayton <bclayton@google.com> Reviewed-by: Corentin Wallez <cwallez@chromium.org> Commit-Queue: Dan Sinclair <dsinclair@chromium.org>
This commit is contained in:
committed by
Dawn LUCI CQ
parent
f80a759897
commit
f0469eb65a
@@ -1272,7 +1272,6 @@ TEST_F(SpvModuleScopeVarParserTest, DescriptorGroupDecoration_Valid) {
|
||||
<< module_str;
|
||||
}
|
||||
|
||||
|
||||
TEST_F(SpvModuleScopeVarParserTest, BindingDecoration_Valid) {
|
||||
auto p = parser(test::Assemble(Preamble() + FragMain() + R"(
|
||||
OpDecorate %1 DescriptorSet 0 ; WGSL validation requires this already
|
||||
|
||||
Reference in New Issue
Block a user