commit | 8366894684a423a53e0adbde6338fd0a477ad0c1 | [log] [tgz] |
---|---|---|
author | Corentin Wallez <cwallez@chromium.org> | Fri Feb 21 12:36:46 2025 -0800 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Feb 21 12:36:46 2025 -0800 |
tree | beabc33ac9c8736f707b20f88d2b3fddbbee5e6a | |
parent | 69cb93742c2679b3022e902f17e2529d9e95437a [diff] |
[dawn][vulkan] Handle instance proc of device extension. VK_KHR_cooperative_matrix is a device extension but it adds the vkGetPhysicalDeviceCooperativeMatrixPropertiesKHR function that must be queried with vkGetInstanceProc. Load it without error conditions in VulkanFunctions::LoadInstanceProcs. Previously it would be loaded after device creation, causing a crash when PhysicalDevice info gathering tried to use it. Bug: 397448368 Change-Id: Ifac88ab03f3be9721ebe491cc509bdab552075e1 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/227295 Commit-Queue: Corentin Wallez <cwallez@chromium.org> Commit-Queue: James Price <jrprice@google.com> Auto-Submit: Corentin Wallez <cwallez@chromium.org> Reviewed-by: James Price <jrprice@google.com> Reviewed-by: Geoff Lang <geofflang@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.