commit | 101a5829d50f9509d514a13d49946a99c8f1c469 | [log] [tgz] |
---|---|---|
author | Enrico Galli <enrico.galli@intel.com> | Sat Aug 08 01:05:59 2020 +0000 |
committer | Commit Bot service account <commit-bot@chromium.org> | Sat Aug 08 01:05:59 2020 +0000 |
tree | 1e253404f6b26cdfb8364cd75bd057695f0eb9f4 | |
parent | 2cf5a08cfc1b759ceb0b6f504ca5954f6d442b09 [diff] |
DawnTest: Prevent infinite loops in DawnTest. WaitABit waits forever should a device loss occurs, which happens when a bug is introduced. This can lock up the console preventing debugging when needed the most. Bug: dawn:495 Change-Id: I0b13ddfa75abbb9c43f7dd545fa9c41be79a697c Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/25960 Reviewed-by: Bryan Bernhart <bryan.bernhart@intel.com> Reviewed-by: Austin Eng <enga@chromium.org> Commit-Queue: Bryan Bernhart <bryan.bernhart@intel.com>
Dawn is an open-source and cross-platform implementation of the work-in-progress 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 webgpu.h docs)
(TODO)
Apache 2.0 Public License, please see LICENSE.
This is not an officially supported Google product.