commit | 6392579ee1f146e346ca308abc98d76da60a83ae | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Fri Feb 17 21:56:35 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Feb 17 21:56:35 2023 +0000 |
tree | d15076d0887c73be44d001b9e9f1ae4189b8415e | |
parent | 32cb509307806cbccef5642ac365df2d9ed229f4 [diff] |
Move BuiltinValue to builtin/ This CL moves the BuiltinValue enum to the builtin/ folder. Change-Id: I9db5128c1bc272e8e8d5181d629e6724ac38322e Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/120361 Reviewed-by: Ben Clayton <bclayton@google.com> Commit-Queue: Dan Sinclair <dsinclair@chromium.org> Kokoro: Kokoro <noreply+kokoro@google.com>
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 the webgpu.h docs)
(TODO)
Apache 2.0 Public License, please see LICENSE.
This is not an officially supported Google product.