commit | d5c7130751da952156c842b02877c9d930ddad2f | [log] [tgz] |
---|---|---|
author | Corentin Wallez <cwallez@chromium.org> | Thu Sep 26 09:44:03 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Sep 26 09:44:03 2024 +0000 |
tree | 01d006d0183bd017bc7c73cd16dd5c6c7b91db56 | |
parent | a1e1e57addd3fb76d55d90c5df9078938b1a95cf [diff] |
webgpu.h: Apply WGPU_NULLABLE only on pointers. Also fixes WGPU_NULLABLE for freestanding functions only appearing in the fnptr declarations and not the prototypes. Bug: 42241188 Change-Id: I74af399da4be2b46a7c0518b2af6813b5602d371 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/208275 Reviewed-by: Kai Ninomiya <kainino@chromium.org> Commit-Queue: Corentin Wallez <cwallez@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.