commit | caba59b9f57cb8cb46315b9ca25b985d2672b478 | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Wed Jul 03 22:37:18 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jul 03 22:37:18 2024 +0000 |
tree | ecdbcff1f41e5f81fe49377825066600bc8dd192 | |
parent | e3950cb9f2c99fbe220deaa5000f40c54da661ae [diff] |
[hlsl] Polyfill float32 modulo Create a `modulo` polyfill as defined by the precise operation in the WGSL spec. Bug: 42251045 Change-Id: Ibfbe23cc491cea2ba8b6803eebdae2124b0df974 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/196835 Reviewed-by: James Price <jrprice@google.com> Commit-Queue: dan sinclair <dsinclair@chromium.org>
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.