commit | b4d05dec16507b5a6fc832dfb56a9e6489a13302 | [log] [tgz] |
---|---|---|
author | Antonio Maiorano <amaiorano@google.com> | Tue Apr 16 19:36:58 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Apr 16 19:36:58 2024 +0000 |
tree | 484576a9d48b72da1047c27f29b226a904c59c67 | |
parent | 1057a7f19330029f7fa312f28661cac0dda8bfad [diff] |
cmake/dxc: Add DAWN_DXC_DISABLE_ASSERTS_DEBUG And make it work exactly like GN arg `dawn_dxc_disable_asserts_debug`, that is, enable assertions by default in debug builds, but allow the option to disable them in cases where we get false positives. Change-Id: I28c370b780c18854f0e3d1a0503439f8aaebe54b Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/183962 Reviewed-by: Ben Clayton <bclayton@google.com> Commit-Queue: Antonio Maiorano <amaiorano@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.