Include Android Samples to Dawn

Adding three sample Android Applications that use Dawn:
1. Render HelloTriangle using C API
2. Render HelloTriangle using C++ API
3. Compute Sample using C++ API

Follow "Building Instructions for Android Application Samples" in
go/dawn-on-android-samples to test the samples locally.

Change-Id: Ia0a257d9b3a35fa34f93bcdaee29bd609c386a01
66 files changed
tree: b2654dfa37f77e855ce6baa1b5863fde908f8bd3
  1. docs/
  2. src/
  3. third_party/
  4. tools/
  5. .gitignore
  6. .gitmodules
  7. AUTHORS
  8. CMakeLists.txt
  9. CMakeSettings.json
  10. DEPS
  11. LICENSE
  12. OWNERS
  13. 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.