commit | 57c0bbc2a5167f6ac63bd2f3b7fe0511c141a195 | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Sat Jan 21 23:51:25 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Sat Jan 21 23:51:25 2023 +0000 |
tree | 4ee2b5d04c531b918a4739561cd6e3797f77ca5d | |
parent | 61c16eb4487e54e0f6b816573b2fe2594b7d8e62 [diff] |
Move ast/texel_format to type/texel_format. This CL moves the texel_format code from ast to type to remove the dependency on ast from type. Change-Id: Ie075b2315360dc782284a7b4b55a817a9de31d78 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/117606 Reviewed-by: Ben Clayton <bclayton@google.com> Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Dan Sinclair <dsinclair@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 the webgpu.h docs)
(TODO)
Apache 2.0 Public License, please see LICENSE.
This is not an officially supported Google product.