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.