commit | ecacd9027e8ac67ee8a5a68d32df33c053d3dd87 | [log] [tgz] |
---|---|---|
author | Gregg Tavares <gman@chromium.org> | Fri Jan 10 10:20:46 2025 -0800 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jan 10 10:20:46 2025 -0800 |
tree | 1319895c2b81681c0a9a8e6d908e4c81ffc0a573 | |
parent | 07cbbfbf05a3b1e9f22b3d0ac3203a5a70c15689 [diff] |
Validate/Normalize maxStorageXXXInYYYStage When requesting limits, maxStorageXXXInYYYStage must always be less than or equal to the requested (or default) maxStorageXXXPerShaderStage In core, maxStorageXXXInYYYStage is always set to maxStorageXXXPerShaderStage. Bug: 383157198,381214210 Change-Id: Iabe7b20a93152f102afada244fe053d4fe8e81ff Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/221534 Reviewed-by: Kai Ninomiya <kainino@chromium.org> Commit-Queue: Gregg Tavares <gman@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.