commit | a089376daf17ed16c2b527d26aa41338c1ad60f8 | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Fri Jul 22 16:09:55 2022 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jul 22 16:09:55 2022 +0000 |
tree | d082b7c718214158e61c602449feb393d364681c | |
parent | 87254ff58e954cf6daa9f8f851d4fa5604cadf60 [diff] |
Context aware address space parsing. This Cl remoevs the address space names from the keyword list and makes their parsing context dependant. The mechanism in the parser is the same, we just change to looking for an `ident` in `expect_address_space`. `storage_buffer` is kept for now, this keeps the functionality the same. Bug: tint:1621 Change-Id: I928a5472d8ac194b2bef2da56a224e9f4abb65a8 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/96905 Commit-Queue: Ben Clayton <bclayton@google.com> Kokoro: Kokoro <noreply+kokoro@google.com> Auto-Submit: Dan Sinclair <dsinclair@chromium.org> Reviewed-by: Ben Clayton <bclayton@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.