commit | 0cd830c5718ff942c817319e8b399722eb9d6be2 | [log] [tgz] |
---|---|---|
author | Ben Clayton <bclayton@google.com> | Mon Sep 05 10:43:03 2022 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Sep 05 10:43:03 2022 +0000 |
tree | 946508d4604b0301f256ab67d0b398e97d955f9f | |
parent | 3740ac6092c82b2c385820fcafb385608f26d240 [diff] |
tint: Fix type is_signed_integer helpers which were ignoring abstracts Abstracts are now considered scalars, so these should be returning true for abstract-integers. Change-Id: If15f87932d412663d2aef4f9737675a8ece9e551 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/101181 Reviewed-by: Antonio Maiorano <amaiorano@google.com> Commit-Queue: Ben Clayton <bclayton@google.com>
Dawn is an open-source and cross-platform implementation of the work-in-progress 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)
(TODO)
Apache 2.0 Public License, please see LICENSE.
This is not an officially supported Google product.