commit | a14737a1309aa74692e011c9a0b4d4071d674796 | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Tue Oct 17 15:09:56 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Oct 17 15:09:56 2023 +0000 |
tree | 601806c8b073fb09a1a7803fc34b05674203d0cb | |
parent | 522abcecd3787d2a789c5f490369f4eee361d96d [diff] |
Move tint writer options into GLSL request. This CL moves the options which are passed to the tint writer for the GLSL backend out of the compilation callback and passes them directly through the `GlslCompilationRequest`. This should incur less copying of the data in the request. Change-Id: I070fb7a71bf6e27fbc208533df76acc608b47351 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/156363 Commit-Queue: dan sinclair <dsinclair@chromium.org> Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: Corentin Wallez <cwallez@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.