Add Webgpu backend (#2132)

* WebGPU first draft (shaderc bin version 8)

* WebGPU scripts
This commit is contained in:
Hugo Amnov
2020-05-08 17:53:53 +02:00
committed by GitHub
parent ee96333452
commit b62302631e
36 changed files with 14929 additions and 24 deletions

View File

@@ -597,6 +597,7 @@ project "shaderc"
path.join(BIMG_DIR, "include"),
path.join(BGFX_DIR, "include"),
path.join(BGFX_DIR, "3rdparty/webgpu/include"),
path.join(BGFX_DIR, "3rdparty/dxsdk/include"),
FCPP_DIR,