[dawn][native] Fix tracking of mAllocatedSize BufferBase assumed that if mAllocatedSize==0 it was uninitialized. This isn't true in the WebGPU backend where mAllocatedSize is the same as the requested size which may be 0. This makes GetAllocatedSize() work correctly, which will be used subsequently, in https://dawn-review.googlesource.com/c/dawn/+/302495 Bug: 501491697 Change-Id: Id96cfde8577c6e6575247fc0a2e5e0019174353b Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/302595 Reviewed-by: Shrek Shao <shrekshao@google.com> Commit-Queue: 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.