Make shim headers at <webgpu/*> that point to <dawn/*>

Emscripten's headers live at <webgpu/*>; this makes it so projects don't
have to ifdef which #include path to use.

Bug: dawn:160
Change-Id: I39efee44447470551a78db0abd062f4a2fe9083a
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/26020
Reviewed-by: Austin Eng <enga@chromium.org>
Reviewed-by: Corentin Wallez <cwallez@chromium.org>
Commit-Queue: Corentin Wallez <cwallez@chromium.org>
This commit is contained in:
Kai Ninomiya 2020-07-30 09:15:27 +00:00 committed by Commit Bot service account
parent a36a91a445
commit 38ba51ce7a
2 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1 @@
#include "dawn/webgpu.h"

View File

@ -0,0 +1 @@
#include <dawn/webgpu_cpp.h>