commit | 59c93775354e088317b11169a1936a0197bc5722 | [log] [tgz] |
---|---|---|
author | James Price <jrprice@google.com> | Thu Sep 12 15:36:51 2024 +0000 |
committer | James Price <jrprice@google.com> | Thu Sep 12 15:36:51 2024 +0000 |
tree | 20406a70ff9ba38cf9a0e5673b2c6eb1d3347c73 | |
parent | 2744a22e62db2a16c70fd20640020d6086b82a3e [diff] |
[msl] Key PackedVec3 helpers on pointer type Using the same composite type from multiple address spaces was causing collisions in the helper functions that meant they were being reused across different address spaces. Fixed: 366037039 Change-Id: I72927b90febd26fa23cb7acd4153b70af1c69fbe Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/206375 Reviewed-by: Antonio Maiorano <amaiorano@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.