commit | f68f2e06d7a0461bb6aed64edc33f0469702b5ba | [log] [tgz] |
---|---|---|
author | Brandon Jones <bajones@chromium.org> | Thu Jan 26 00:36:16 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jan 26 00:36:16 2023 +0000 |
tree | c29912a48061199faa14fb3ec214b19d5ee7ae7e | |
parent | 9803d6c955ca2de17c0155011f228fa5c0fb325f [diff] |
Fix GatherDeviceInfo on Vulkan 1.0 devices A bad assert was causing devices that only supported Vulkan 1.0, such as the Nexus 5X, to crash when querying information about adapter properties and features. This change removes the need for the ASSERT. (Note that this does not guarantee WebGPU support on Vulkan 1.0 devices. For example, the Nexus 5X does not have the fragmentStoresAndAtomics feature, which is required for WebGPU.) Bug: dawn:286 Change-Id: I7f884290f29ae7e9607933f6186feac2ce8af540 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/117840 Commit-Queue: Brandon Jones <bajones@chromium.org> Reviewed-by: Loko Kung <lokokung@google.com> Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: Austin Eng <enga@chromium.org>
Dawn is an open-source and cross-platform implementation of the work-in-progress 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)
(TODO)
Apache 2.0 Public License, please see LICENSE.
This is not an officially supported Google product.