commit | 9d3ffa6318d2752279a677434d48fcd5ec9b6502 | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Mon Sep 16 19:11:34 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Sep 16 19:11:34 2024 +0000 |
tree | f789183c5e762f30f91dc25b9e66042d6ab0ecbb | |
parent | 16397ac13b0bb0aa69a3704aaef3e3638f8a716e [diff] |
[glsl][ir] Polyfill the barrier commands. This CL converts the `workgroupBarrier`, `storageBarrier` and `textureBarrier` to their GLSL equivalents. Bug: 42251044 Change-Id: I7f0c4094aa0ac4f8121d655e5e86cd9754c9af43 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/205734 Commit-Queue: dan sinclair <dsinclair@chromium.org> Reviewed-by: James Price <jrprice@google.com>
Dawn is an open-source and cross-platform implementation of the 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)
BSD 3-Clause License, please see LICENSE.
This is not an officially supported Google product.