commit | 5856551a8d0410e7f265fc61ea431ecc3839e615 | [log] [tgz] |
---|---|---|
author | James Price <jrprice@google.com> | Tue Jan 28 15:28:54 2025 -0800 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jan 28 15:28:54 2025 -0800 |
tree | 0ac902c9573550630396e7cecd8836e9e818a52f | |
parent | 4841ce387a0972e78430e78a8e1c435310a0a7f6 [diff] |
vulkan: Add UseVulkanMemoryModel toggle Query for the Vulkan Memory Model extension and feature bits, and force disable the toggle if not present. Otherwise, default to disabled, but allow the user to override. If the toggle is enabled, enable the feature when invoking the Tint backend. Bug: 392606604 Change-Id: Ida31660a845fd193f5ee4699375c2929c9163ff1 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/223476 Commit-Queue: James Price <jrprice@google.com> Reviewed-by: dan sinclair <dsinclair@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.