[cmake] Fix DAWN_SUPPORTS_GLFW_FOR_WINDOWING variable to match GN In GN, dawn_supports_glfw_for_windowing is false for Wasm builds. Make CMake's config match that. Should fix Wasm build on GitHub release. Change-Id: I16c4263f5c40387ec425bf70f2deafd70bc96bd0 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/320235 Commit-Queue: Kai Ninomiya <kainino@chromium.org> Reviewed-by: Loko Kung <lokokung@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.