commit | 6a235972b207be3b9e6395d02aff71141562885b | [log] [tgz] |
---|---|---|
author | Ben Clayton <bclayton@google.com> | Tue Nov 28 16:41:17 2023 +0000 |
committer | Ben Clayton <bclayton@google.com> | Tue Nov 28 16:41:17 2023 +0000 |
tree | ec7d180c12e161dec46bc2715d821193c5cceda8 | |
parent | ece2c05037233b1e49a1637729e8ba8605da6c7d [diff] |
[tint][cmake] Pass -Wno-gnu-zero-variadic-macro-arguments This warning is raised with -Weverything when using a macro containing `blah, ##__VA_ARGS__`. All compilers we care about supports this already. It's also supported as part of the standard with C++20. Use this in the RUN_TRANSFORM() macro to remove a common argument. Change-Id: If686bb53520de3b50649b9dcfda90659484dbf8d Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/163241 Reviewed-by: dan sinclair <dsinclair@chromium.org> Commit-Queue: Ben Clayton <bclayton@google.com> Kokoro: Kokoro <noreply+kokoro@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.