commit | efa2c60efb27f761a0c6e265c39d84d8371ecf28 | [log] [tgz] |
---|---|---|
author | Ben Clayton <bclayton@google.com> | Fri May 24 07:56:05 2024 +0000 |
committer | Ben Clayton <bclayton@google.com> | Fri May 24 07:56:05 2024 +0000 |
tree | fc836db044906cee3cced88cd9ec8b37f72cb82f | |
parent | f403412d25f8dd5d8f5e7c17232e53232c78ea78 [diff] |
[tint][type] Move private validity checks to static member functions These are useful for the IR decoder to validate before constructing the types (avoiding asserts). Change-Id: I834d907f5d2ebf585e89f860c6b9b630d4c72f16 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/189705 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.