commit | 2817c2b745ffb971bee36bc006a37dfce07c64b1 | [log] [tgz] |
---|---|---|
author | Ben Clayton <bclayton@google.com> | Mon Feb 05 14:17:24 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Feb 05 14:17:24 2024 +0000 |
tree | f09295073bcce6990323fa39347a0ed1689f9828 | |
parent | b380ec89e484d3b61fd4a3c33c55509b189dfd58 [diff] |
[tint][fuzz] Fix signature of LLVMFuzzerInitialize() The `const` on the `const char*** argv` was upsetting CFI checks. Bug: chromium:41492817 Change-Id: Icd91a41ad76a933c2d0612dbf6a663443292bee3 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/173360 Commit-Queue: Ben Clayton <bclayton@google.com> Reviewed-by: dan sinclair <dsinclair@chromium.org> Commit-Queue: dan sinclair <dsinclair@chromium.org> Kokoro: Kokoro <noreply+kokoro@google.com> Auto-Submit: Ben Clayton <bclayton@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.