commit | 5a3e174619c6c8247b78c526f39cbacb0448fe05 | [log] [tgz] |
---|---|---|
author | Jiawei Shao <jiawei.shao@intel.com> | Thu Aug 15 00:52:10 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Aug 15 00:52:10 2024 +0000 |
tree | 57fabf8fa4d55abcbf5ab90fbd3fccf17a4c34e7 | |
parent | e435fe6b1fd1a51e474e148bf27163e9ce7765b9 [diff] |
Rename `BufferBase::GetUsage` and `BufferBase::GetUsageExternalOnly` This patch renames `BufferBase::GetUsage` to `GetInternalUsage` and renames `BufferBase::GetUsageExternalOnly` to `GetUsage` to align with the same functions on `TextureBase`. Bug: chromium:350497225 Change-Id: I2c0e116a5d326fe7af1e79b0a897353314828935 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/202274 Reviewed-by: Loko Kung <lokokung@google.com> Commit-Queue: Jiawei Shao <jiawei.shao@intel.com> Reviewed-by: Austin Eng <enga@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.