commit | c0d890ec8effdef573d97f86727211939ec3f4ce | [log] [tgz] |
---|---|---|
author | Austin Eng <enga@chromium.org> | Tue May 28 22:26:17 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue May 28 22:26:17 2024 +0000 |
tree | 02a81948101fdd306c7fd975fe9419338d015510 | |
parent | c224131e83b98f9525b511fdc79a78d478b67146 [diff] |
Check that VkInstance is not null after creation We check for success of vkCreateInstance, but use of the instance but have some reports of: vkGetInstanceProcAddr: Invalid instance [VUID-vkGetInstanceProcAddr-instance-parameter] Suspect that some drivers are returning "success" but have a null instance. Bug: 41487911 Change-Id: I54203bfafa066fc5eaeb58b32938e7c1f2748371 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/190480 Commit-Queue: Austin Eng <enga@chromium.org> Auto-Submit: Austin Eng <enga@chromium.org> Reviewed-by: Loko Kung <lokokung@google.com>
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.