commit | a9e39e11a8ef79397a1685957b60914f203e65f4 | [log] [tgz] |
---|---|---|
author | Austin Eng <enga@chromium.org> | Tue Jun 01 18:49:12 2021 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jun 01 18:49:12 2021 +0000 |
tree | 9296cdb508e7eb780bbc67767f2d073d6a82cde9 | |
parent | f56dab0d7243628bef34f930906ef2a2aff5c6fa [diff] |
Add utilities for printing Dawn enums and bitmasks This is a header-only utility so it can be easily included and used anyhere. Include it in DawnTest.h to automatically pick up definitions to print test parameters. Also, work around bot limitations for very-long test names. Bug: none Change-Id: I940263ab0a4cc415b06fa04749694f16ff08335c Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/51841 Auto-Submit: Austin Eng <enga@chromium.org> Reviewed-by: Stephen White <senorblanco@chromium.org> Commit-Queue: Austin Eng <enga@chromium.org>
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 the webgpu.h docs)
(TODO)
Apache 2.0 Public License, please see LICENSE.
This is not an officially supported Google product.