commit | 7c14dbaaf61a7cf95f852c07570dcd275385b6ff | [log] [tgz] |
---|---|---|
author | James Price <jrprice@google.com> | Thu Feb 08 03:23:30 2024 +0000 |
committer | James Price <jrprice@google.com> | Thu Feb 08 03:23:30 2024 +0000 |
tree | 44ac34d9efb2f255682f859bb37129fe1eb5b811 | |
parent | e90702ebf9fe7a9edf2c1e5e824ede95ae729e03 [diff] |
[spirv-writer][ast] Only use StorageInputOutput16 if needed We only need to emit this capability if there is an Input or Output variable with an f16 type. Bug: tint:2161 Change-Id: I3f14fe18647466cb682972381786061ace64e7f8 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/173704 Reviewed-by: Ben Clayton <bclayton@google.com> Kokoro: Kokoro <noreply+kokoro@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.