commit | 01aeca22a94c4befab8d6890b6d2adcb5d483f08 | [log] [tgz] |
---|---|---|
author | Kai Ninomiya <kainino@chromium.org> | Wed Jul 15 19:51:17 2020 +0000 |
committer | Commit Bot service account <commit-bot@chromium.org> | Wed Jul 15 19:51:17 2020 +0000 |
tree | a8d6504b7f361c23c718ccf4f2f2e6098f0b8c55 | |
parent | 5a1d39ad0bd022e7bbed2cc0b86eb8cc7728c1d9 [diff] |
Add .clang-format files and format more files The .clang-format files tell clang-format to ignore certain directories (replacing code in lint_clang_format.sh which will be removed). $ git ls-tree -r master --name-only | grep '\.\(c\|h\|cpp\|gn\|gni\|mm\|m\|py\)$' | xargs ./append-space-to-files $ git checkout -- generator/templates third_party/khronos/{KHR,vulkan} $ git cl format --full --python Followed by manual reformatting of a few things in Python for readability. Bug: none Change-Id: I4c9e472cc9a5cd80c07286e808f4e597cfef5428 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/24785 Reviewed-by: Kai Ninomiya <kainino@chromium.org> Commit-Queue: Kai Ninomiya <kainino@chromium.org>
Dawn is an open-source and cross-platform implementation of the work-in-progress WebGPU standard. More precisely it implements webgpu.h
that is a one-to-one mapping with the WebGPU IDL. Dawn is meant to be integrated as part of a larger system and is the underlying implementation of WebGPU in Chromium.
Dawn provides several WebGPU building blocks:
webgpu.h
version that Dawn implements.webgpu.h
.Helpful links:
Developer documentation:
User documentation: (TODO, figure out what overlaps with webgpu.h docs)
(TODO)
Apache 2.0 Public License, please see LICENSE.
This is not an officially supported Google product.