commit | 3085e23fc709e5f64fc0c658225c58276f2d8c12 | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Mon Jan 23 16:24:12 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jan 23 16:24:12 2023 +0000 |
tree | ef226d8f9b179643f8c1eb27819520aaa72ff13e | |
parent | 7f3d54c4fab01df92bf403b6102f7b14c85b07ef [diff] |
Move SamplerKind out of ast and into type. This CL moves the SamplerKind enum out of ast/sampler and into type/sampler_kind. This breaks the dependency on ast from type. Change-Id: Icaf82dd1cca5782bf66993441c7b478332bb76a2 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/117607 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.