commit | 4458b6e5d6a02b23ba0467627816ee3a72039add | [log] [tgz] |
---|---|---|
author | Jiawei Shao <jiawei.shao@intel.com> | Tue Nov 19 01:10:02 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Nov 19 01:10:02 2024 +0000 |
tree | edd20465bab4fabfbdc2b9981ffdb7e18cd914ed | |
parent | c58c3aa29319877e2e64d0bad3216f351ecb7e5a [diff] |
[dawn][frontend] Allow creating pipeline layout with null bind group layout This patch allows creating a pipeline layout with null bind group layout in the array of bind group layouts in `PipelineLayoutDescriptor` when unsafe APIs are allowed. Bug: chromium:377836524, chromium:42241530 Test: dawn_end2end_tests Change-Id: I85bf59374c0468ca20012fb76f1c19b4b9652a3a Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/215014 Commit-Queue: Jiawei Shao <jiawei.shao@intel.com> Reviewed-by: Loko Kung <lokokung@google.com> Reviewed-by: 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.