[dawn][native] Add a Priority value for serial related tasks. - The serial related tasks may be ran on different threads in future changes, so adding the priority value for a lot of these tasks will allow us to process only critical tasks when dealing with user related tasks while still providing a way to make forward progress on other less urgent tasks such as deallocation/cleanup. Change-Id: I7f6a9a10d87d88f3cc412ef8b354bd704d55af08 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/293797 Reviewed-by: Brandon Jones <bajones@chromium.org> Commit-Queue: 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.