commit | 334eaa5e84a8c22a01eb3d8e00e0953c37e7d287 | [log] [tgz] |
---|---|---|
author | Alex Benton <bentonian@google.com> | Wed Jul 10 13:09:52 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jul 10 13:09:52 2024 +0000 |
tree | 82c4a90b5852c1a984bae75281676a8e0f902632 | |
parent | 3b63d4ae8157e5d6f89776a328e46e943838b669 [diff] |
[Kotlin] Add a unit test which reviews all constants declared in Kotlin classes by testing that the value of each named constant, matches the named class member of the container class. Change-Id: I59631951db3da2727af826455d7534975e1647c2 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/197236 Auto-Submit: Alex Benton <bentonian@google.com> Reviewed-by: Sonakshi Saxena <nexa@google.com> Commit-Queue: Sonakshi Saxena <nexa@google.com> Reviewed-by: Alex Benton <bentonian@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.