commit | 61c2d1ed38bb730c7333f0425ae94fd6a60a9f7f | [log] [tgz] |
---|---|---|
author | James Price <jrprice@google.com> | Tue Aug 27 21:26:49 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Aug 27 21:26:49 2024 +0000 |
tree | a872c61e7e89550fc6bd17d7fb5d540c8748c652 | |
parent | fd3b2429100c4be182e2ff75b35f188db0fabc29 [diff] |
[msl] Implement PackedVec3 transform All vec3 and matCx3 types in host-shareable memory need to be rewritten to use Metal's `packed_vec3` type, as Metal's regular `vec3` type has a size that is too large. This includes arrays and structures that contain these types at any nesting depth. Bug: 42251016 Change-Id: I2256ac14eff31c087299d849aa3fcd1ae56a83d5 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/203754 Reviewed-by: dan sinclair <dsinclair@chromium.org> Commit-Queue: James Price <jrprice@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.