commit | 1123688028f20b608ceba28c40fea8bac7003392 | [log] [tgz] |
---|---|---|
author | Jiawei Shao <jiawei.shao@intel.com> | Tue Nov 19 09:35:54 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Nov 19 09:35:54 2024 +0000 |
tree | b6eb93cd752fa785dc649e07250254396e5c66cb | |
parent | 476693ae501a3a39851858ded2bd430d4c811104 [diff] |
Test creating pipeline with a pipeline layout with null bind group layout This patch adds tests about the compatibility checks between a pipeline layout with null bind group layout and the binding declarations in shader. Bug: chromium:377836524, chromium:42241530 Test: dawn_unittests Change-Id: Ibefce4743e05a05f0e2ff8263523853ec3731f68 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/215094 Reviewed-by: Corentin Wallez <cwallez@chromium.org> Reviewed-by: Loko Kung <lokokung@google.com> Commit-Queue: Jiawei Shao <jiawei.shao@intel.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.