commit | f14f402d94d5bcb471efca400bc5f16887779dc3 | [log] [tgz] |
---|---|---|
author | Yan,Shaobo <shaobo.yan@intel.com> | Mon Sep 23 11:23:41 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Sep 23 11:23:41 2024 +0000 |
tree | f8a519ebb491155aad3e7e23635a7eaf98a0e623 | |
parent | 573e3981b920d5b7ce5b70f83b8e807eadcdf309 [diff] |
Dawn native/wire: Add experimental immediate data limits This CL add the experimental immediate data limits by introducing a new structure DawnExperimentalImmediateDataLimits. Insert it in the SupportedLimits chained list. The structure can be used for querying adapter or device limits. The result would be WGPU_LIMIT_U32_UNDEFINED if AllowUnsafeAPI is not enabled. Bug: 366291600 Change-Id: I898712213827b0d415e88179c37d37ce0767c99d Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/206974 Reviewed-by: Corentin Wallez <cwallez@chromium.org> Reviewed-by: Jiawei Shao <jiawei.shao@intel.com> Commit-Queue: Shaobo Yan <shaobo.yan@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.