commit | 520539f8f9f1a48f067ed6fca94482ff3f183044 | [log] [tgz] |
---|---|---|
author | Brandon Jones <bajones@chromium.org> | Wed Oct 20 17:42:38 2021 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Oct 20 17:42:38 2021 +0000 |
tree | 1feca7c4e349f7c61429b727620738e376f492d8 | |
parent | 6ec86e0411d716f67d4e8e5fadfa23accaa204e4 [diff] |
Various validation error improvements A grab bag of validation error message improvements in the following files: - Adapter.cpp - BackendConnection.cpp - BindGroup.cpp - CommandBuffer.cpp - CommandBufferStateTracker.cpp - ComputePipeline.cpp - Device.cpp - Instance.cpp - Limits.cpp - Queue.cpp Bug: dawn:563 Change-Id: Ied9f660fc22302d3fd5af4796de32efec529ca05 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/67001 Commit-Queue: Brandon Jones <bajones@chromium.org> Reviewed-by: Austin Eng <enga@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.