commit | 8f1e9f35e6157516c79bdafd71143a11f57da119 | [log] [tgz] |
---|---|---|
author | Loko Kung <lokokung@google.com> | Wed May 08 02:38:56 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed May 08 02:38:56 2024 +0000 |
tree | c39dcb357fea4ee2439c5a65670f85b8e66eb29c | |
parent | cafe2465596059e9e40600f8b65763cad79045f4 [diff] |
[wgpu-headers] Adds CallbackMode::Undefined and some validations for it. - Note that the plan is to strictly enforce explicit setting of the callback mode on the upcoming APIs. Existing APIs, for the most part have defaults and should continue working as is until they are completely removed and deprecated. Bug: 42241407 Change-Id: I4a6839894212ff40d016f617b0fe6f993d31df12 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/186581 Reviewed-by: Kai Ninomiya <kainino@chromium.org> Reviewed-by: Austin Eng <enga@chromium.org> Commit-Queue: 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.