| commit | 63ec302970c5f247200239639514dc56a63b117d | [log] [tgz] |
|---|---|---|
| author | Jiawei Shao <jiawei.shao@intel.com> | Thu Mar 06 16:55:25 2025 -0800 |
| committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Mar 06 16:55:25 2025 -0800 |
| tree | 57b9e408192e428bc40cc9d1fd24657621777c44 | |
| parent | 9a12a2cf50aead1e428da69a2b4438d1c73d6227 [diff] |
Vulkan: Implement PreferNotUsingMappableOrUniformBufferAsStorage() `device->PreferNotUsingMappableOrUniformBufferAsStorage()` should be overloaded on Vulkan as not all Vulkan drivers support creating mappable storage buffers. Bug: 348654098, 386255678 Change-Id: I906ea850f1fcf6e3893acc3524fc2858ea3d8657 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/228955 Commit-Queue: Jiawei Shao <jiawei.shao@intel.com> Reviewed-by: Corentin Wallez <cwallez@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.