commit | b233a6735d4caf5c41171dc10d9492d33b19c58f | [log] [tgz] |
---|---|---|
author | Zhaoming Jiang <zhaoming.jiang@intel.com> | Tue Jul 09 09:01:50 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jul 09 09:01:50 2024 +0000 |
tree | 60405ad0cb2e5a0740a9c92f5372bcef55aa62f6 | |
parent | fc93096a0378902ba08dab70427a507e472efdc2 [diff] |
Vulkan: Add VkUnknown code and display unknown VkResult in error message This CL add the `VK_ERROR_UNKNOWN` as known VkResult code, and make the error message on Vulkan backend display the value of unknown VkResult, instead of just a "<Unknown VkResult>". Change-Id: I15de90483c9a2666958247d93e28de83fec3478b Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/196675 Reviewed-by: Corentin Wallez <cwallez@chromium.org> Commit-Queue: Zhaoming Jiang <zhaoming.jiang@intel.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.