commit | 975b54ed8e53c2de387756c85efc95cabe8f86c3 | [log] [tgz] |
---|---|---|
author | shaoboyan <shaoboyan@microsoft.com> | Mon Mar 24 20:36:15 2025 -0700 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Mar 24 20:36:15 2025 -0700 |
tree | 27e2d7f7507f267ccd79643ddd1999d1561e383c | |
parent | 1c324f2546fa6114365cc3d49cad7473f6955fb4 [diff] |
Make NormalizeLimits accept CombinedLimits NormalizeLimits() is used to enforce restriction for limit values. However, some experimental features also need to restrict limit values, e.g. ImmediateData. This CL change NormalizeLimits to accept CombinedLimits and enhance the function to support experimental features to restrict limit values. Bug: 366291600 Change-Id: Ic13aedc75ef6759033ec53e326902069a3726ba3 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/231774 Reviewed-by: Corentin Wallez <cwallez@chromium.org> Reviewed-by: Geoff Lang <geofflang@chromium.org> Commit-Queue: Shaobo Yan <shaoboyan@microsoft.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.