commit | 6b0b9d43e15cd0baec3d53508a919964571f4a6c | [log] [tgz] |
---|---|---|
author | Lokbondo Kung <lokokung@google.com> | Mon Jan 27 23:43:50 2025 -0800 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jan 27 23:43:50 2025 -0800 |
tree | fb5b9379ec9b6a9d75fb9082f8d2617773252628 | |
parent | ba0f4a8240148a0470aa40774de61adc1046db36 [diff] |
[dawn][headers] Match upstream webgpu.h for WGSLLanguageFeatures - Adds WGSLLanguageFeatureName enum. Older WGSLFeatureName will be removed once downstream dependencies have migrated to new enums and APIs. - Adds SupportedWGSLLanguageFeatures struct. - Implements Instance::GetWGSLLanguageFeatures. Bug: 368672124 Change-Id: Ic4966c49049c63894495e0939aa65a1077fd4e8b Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/223219 Reviewed-by: Kai Ninomiya <kainino@chromium.org> Commit-Queue: Loko Kung <lokokung@google.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.