commit | 14579b9da3372438408c8b2c2c45a4779dc32893 | [log] [tgz] |
---|---|---|
author | shrekshao <shrekshao@google.com> | Fri Sep 09 00:49:08 2022 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Sep 09 00:49:08 2022 +0000 |
tree | 47d5f2636d456002c49c5a6b3a6f7994029d30f7 | |
parent | 7edef20bdde3da4ce6bbb4ce355c3683d7be9eaa [diff] |
Add Overrides implementation for OpenGL/OpenGLES backend As we are using SubstituteOverride, it is easy to add overridable constants support for OpenGL/OpenGLES. Also add validate workgroup size for null backend. Bug: dawn:1537, dawn:1504 Change-Id: I293f10b9a6c606aee6c0ed25b1d966bc56a0b88d Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/101800 Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: Austin Eng <enga@chromium.org> Commit-Queue: Shrek Shao <shrekshao@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.