commit | 6cb114b06adcb6c79e47c28cb220d9df8944ea01 | [log] [tgz] |
---|---|---|
author | James Price <jrprice@google.com> | Tue Jul 02 22:31:55 2024 +0000 |
committer | James Price <jrprice@google.com> | Tue Jul 02 22:31:55 2024 +0000 |
tree | cfb1cc8c397d0bde9af1ad35a5c88e96c066991e | |
parent | 51765abc2eae26ded1827b1933b3dc452e1ac11a [diff] |
[ir] Skip builtin structures when creating AST The result types of frexp and modf are unnameable, and should not be emitted as declarations or named as explicit types for let and var declarations. Bug: 350518995 Change-Id: Ic19153efe03ed0c270f9bcb426dc76c4f96ba079 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/196595 Reviewed-by: dan sinclair <dsinclair@chromium.org>
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.