Unify IsMacOSVersionAtLeast signature between tests/ and common/ Make the parameters the same types and add a patch version to the test one, and then have the test function call the common function. The common function is only available on macOS builds, so keeping the test function avoids the need to wrap suppressions in #ifdef guards. Add the patch version to the suppression for the MSAA bug to make it more precise. Change-Id: Ia36384a1f07413ef163c415cd87169c1949721d4 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/333915 Commit-Queue: James Price <jrprice@google.com> Reviewed-by: 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.