Fix invalid check on device lost There is a check in EnsureCommandsFlushed() that isn't valid if the device is lost which is crashing. If SharedResourceMemory::EndAccess() is called after device is lost it still has to do some work to return existing fences so it can't return an error immediately. Instead skip flushing commands to the device if it's lost, there is no more VkDevice to flush commands to at this point. Bug: 511667532 Change-Id: Icf6231c7816537eb77f88ac46392b60624ee74e8 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/308839 Commit-Queue: Kyle Charbonneau <kylechar@google.com> Reviewed-by: Brandon Jones <bajones@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.