commit | 048bf69da545bcfe4364e26e152ed4bad927ab58 | [log] [tgz] |
---|---|---|
author | Brandon Jones <bajones@chromium.org> | Fri Apr 26 00:37:41 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Apr 26 00:37:41 2024 +0000 |
tree | ac365afdfdc0c9c5039670eae51ad975318a2e56 | |
parent | 4fe7b1132a5249a6b0da48cfeeb9df5fa2b996e9 [diff] |
Validate submitted command buffers are unique Previously validation would miss if the same command buffer was included more than once in a single Submit call. This now checks that each Command Buffer in the Submit array is unique and fails validation if it's not. Bug: dawn:2537 Change-Id: Iaf60f4c8f2b5159b9133a3fe699ddc2d44e16374 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/185442 Reviewed-by: Loko Kung <lokokung@google.com> Commit-Queue: Brandon Jones <bajones@chromium.org> Reviewed-by: Kai Ninomiya <kainino@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.