commit | 58345429acd41ae2f9747b81b33508be6b94e931 | [log] [tgz] |
---|---|---|
author | Kai Ninomiya <kainino@chromium.org> | Mon Sep 02 09:21:17 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Sep 02 09:21:17 2024 +0000 |
tree | f3d4da018e404226be7c94a1901e85b5c6a1dd8f | |
parent | 9be6815fe6d831cb95988c41c572b0a465bef44c [diff] |
Use same order between LoadOp and StoreOp Just a minor consistency thing. This order is the same order it's written in the upstream JS spec (though JS doesn't actually care about the order) as well as in Vulkan. Upstream PR: https://github.com/webgpu-native/webgpu-headers/pull/323 Upstream bug: https://github.com/webgpu-native/webgpu-headers/issues/65 Bug: none Change-Id: Id70d99568c360225516acd347564d1b6de449d0c Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/204734 Auto-Submit: Kai Ninomiya <kainino@chromium.org> Commit-Queue: Corentin Wallez <cwallez@chromium.org> Reviewed-by: Corentin Wallez <cwallez@chromium.org>
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.