Show shared buffer memory backend name correctly in the tests This patch overloads the `<<` operator and implements `Name()` for every shared buffer memory test backend to allow correctly show the name of each backend instead of a pointer address. Bug: 386255678 Change-Id: Ic7892809340c379d3388d487c412474e27f4f23f Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/340796 Reviewed-by: Corentin Wallez <cwallez@chromium.org> Commit-Queue: Shao, Jiawei <jiawei.shao@intel.com> Reviewed-by: Antonio Maiorano <amaiorano@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.