[common] Update SerialStorage to use Span instead of pointers. - Updates the mSerialIterator members of the SerialStorage iterators to use a Span for tracking the iteration per serial. We still leverage the nullptr Span to handle the special case documented in the comments. - Manually implement the == operators now because Span does not currently have a default == operator. Change-Id: I307695f4ec52c74e7ef19b10eeebaa5deb5eb666 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/337735 Commit-Queue: Loko Kung <lokokung@google.com> 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.