commit | 0d928647e28e68f015f4b796ae3f5843da350496 | [log] [tgz] |
---|---|---|
author | Jiawei Shao <jiawei.shao@intel.com> | Thu Apr 18 00:34:28 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Apr 18 00:34:28 2024 +0000 |
tree | 099922ffad521a0493c7cf59699e09be4062ebc7 | |
parent | 0ac8c652c3568082ef6bcf6f3a1042a6ffad9bbb [diff] |
Fix validation rules on inter-stage shader variables This patch fixes the validation rules on inter-stage shader variables when creating a render pipeline. In latest WebGPU SPEC, each user-defined inter-stage shader variable should always consume 4 inter-stage shader components no matter what the component count is. This patch also updates the minimum value of maximum inter-stage shader components (from 60 to 64) and maximum inter-stage shader variables (form 15 to 16) for WebGPU V1, and the minimum value of `maxVertexOutputComponents` and `maxFragmentInputComponents` to support WebGPU on Vulkan (from 64 to 68). Bug: dawn:2398 Test: dawn_end2end_tests, dawn_unittests Change-Id: Ice154a7d9e36d2bc118a235c12341f36f061dddd Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/183820 Reviewed-by: Austin Eng <enga@chromium.org> Commit-Queue: Jiawei Shao <jiawei.shao@intel.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.