Adding some basic initial files for CMake support.

This is almost certainly broken and in need of more dependency updates
but I was able to coerce it to build with CMake + make on Linux.

It's a start.

Change-Id: I515e7949834e9657fa81e4735deb203eec330555
20 files changed
tree: cb9b3977977ce50cc4c80947ddfe3bbd9692f33a
  1. docs/
  2. src/
  3. third_party/
  4. tools/
  5. AUTHORS
  6. CMakeLists.txt
  7. CMakeSettings.json
  8. DEPS
  9. LICENSE
  10. OWNERS
  11. README.md
README.md

Matrix Space

Dawn Samples

WORK IN PROGRESS

Samples for the Dawn library

Dawn is an open-source and cross-platform implementation of the WebGPU standard. More precisely it implements webgpu.h that is a one-to-one mapping with the WebGPU IDL.

License

BSD 3-Clause License, please see LICENSE.

Disclaimer

This is not an officially supported Google product.