[tint] Fix max float as integer in conversion 'ConvF32ToIU32' A missing equals in the clamping code is causing our clamping code to miss out on the final largest integer in the conversion. Context for why this clampling exists: https://github.com/gpuweb/gpuweb/issues/3908 Original clamping bug: crbug.com/42250907 CTS test to follow Bug: 362659150 Change-Id: I01564a879e5decd5c724517f7a18c46b5f1b2f4c Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/205655 Commit-Queue: Peter McNeeley <petermcneeley@google.com> Reviewed-by: 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.