commit | 2c1743ab159399f0f0154088805a3db841836926 | [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 | b8fc9b91ecc5d239dd7c0f91b5a8f813e9c5a17c | |
parent | 239b0cc0d6224709fc6c2f40c96a0d3043d008ba [diff] |
[spirv-writer] 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: Ibcc65b1a6280247df27ad78f82b2aa3421b1a737 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/173702 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.