commit | 06b1538d0ce6e8d9ad23ee21986570c921b93549 | [log] [tgz] |
---|---|---|
author | Jim Blackler <jimblackler@google.com> | Wed May 08 13:40:09 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed May 08 13:40:09 2024 +0000 |
tree | 3f51eacdc2b773859e62f112783c00d5ce8c5dd6 | |
parent | bfa7005471b5c4973c6a2ee982298d7c8c1c08f6 [diff] |
Type-safe enums and bitmasks. An inline value class is used to allow type checked enums and bitmasks without boxing. @JvnName is used to avoid name manging that prevents JNI. Bug: 331597870 Change-Id: Ib9e9716d4449e0e5a6073aefe7b20f77fefb529b Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/187340 Reviewed-by: Corentin Wallez <cwallez@chromium.org> Commit-Queue: Jim Blackler <jimblackler@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.