commit | f7c7b93ba92915bd75805e67681dc6310d453b0d | [log] [tgz] |
---|---|---|
author | Ben Clayton <bclayton@google.com> | Wed Apr 24 16:53:55 2024 +0000 |
committer | Ben Clayton <bclayton@google.com> | Wed Apr 24 16:53:55 2024 +0000 |
tree | 9fc66360ea734f644861c5cb29063c32d176f327 | |
parent | ceaa4ebd3f266ebcd71627fb58517ad774b55c43 [diff] |
[tint][ir] Ensure all enumerators are serialized Don't use default cases. They prevent compiler errors when cases are added without updating the switches. Bug: tint:2223 Change-Id: I2a30466b14b269e3114459a7947939519941922f Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/185580 Reviewed-by: James Price <jrprice@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.