commit | 80b2312493d3a141796b7a770e51a55c2f26747a | [log] [tgz] |
---|---|---|
author | Ben Clayton <bclayton@google.com> | Tue Oct 25 10:05:18 2022 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Oct 25 10:05:18 2022 +0000 |
tree | 1d157debb485c4e9cf53d63b3fc64e751aeb82c6 | |
parent | 434edc2a12dcaaad031a27db5de883fd8297f599 [diff] |
tint/sem: Add Type::Flags() Use a utils::EnumSet to hold type flags. This scales better than adding a virtual method for each flag. Change IsConstructable() from virtual to inline method. Also remove sem::MemoryLayout. This was some cruft from something removed a long time ago. Change-Id: Ib3371946d7f4b07692255641425ccf621dc3e2f4 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/106220 Commit-Queue: Ben Clayton <bclayton@chromium.org> Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: 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.