| commit | 04863c42beddde4b4e8a76884094101c0ba7e1cc | [log] [tgz] |
|---|---|---|
| author | Corentin Wallez <cwallez@chromium.org> | Fri Oct 25 11:36:47 2019 +0000 |
| committer | Commit Bot service account <commit-bot@chromium.org> | Fri Oct 25 11:36:47 2019 +0000 |
| tree | 2a64b835f2ea9941c3684c11099d628f4ee83a31 | |
| parent | 9f90c8d3cac95af44fab5ac54ea4cb10da823c53 [diff] [blame] |
Make examples and utils use webgpu.h BUG=dawn:22 Change-Id: I602d6a3422b493d199f3fded61ff1666bc2d9d7d Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/12702 Commit-Queue: Corentin Wallez <cwallez@chromium.org> Reviewed-by: Kai Ninomiya <kainino@chromium.org>
diff --git a/src/tests/end2end/ClipSpaceTests.cpp b/src/tests/end2end/ClipSpaceTests.cpp index 6d5e9da..e694a68 100644 --- a/src/tests/end2end/ClipSpaceTests.cpp +++ b/src/tests/end2end/ClipSpaceTests.cpp
@@ -15,7 +15,7 @@ #include "tests/DawnTest.h" #include "utils/ComboRenderPipelineDescriptor.h" -#include "utils/DawnHelpers.h" +#include "utils/WGPUHelpers.h" class ClipSpaceTest : public DawnTest { protected: