commit | 059c322f358cf9cccd8f50e51889cace90a88f34 | [log] [tgz] |
---|---|---|
author | Corentin Wallez <cwallez@chromium.org> | Wed Mar 27 20:52:40 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Mar 27 20:52:40 2024 +0000 |
tree | edbc5e0308b5104765c98d73ca5db6783df054d5 | |
parent | 4e46eaec8bacc815ad7fba11ba36263efb579280 [diff] |
Remove dawn::native::Instance::GetFeatureInfo In favor of dawn::native::GetFeatureInfo that doesn't need an instance to be created. Bug: None Change-Id: Ibf27c7b68516a8fe25099cf86489159ce621b276 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/166145 Reviewed-by: Austin Eng <enga@chromium.org> Reviewed-by: Corentin Wallez <cwallez@chromium.org> Commit-Queue: Corentin Wallez <cwallez@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.