Revert "[dawn] Promote ExternalTexture to Core" This reverts commit b66000dd386d69b2bab339b53c90198e87e56132. Reason for revert: broke build https://ci.chromium.org/ui/p/dawn/builders/ci/dawn-win-x64-builder-rel/976/overview Original change's description: > [dawn] Promote ExternalTexture to Core > > These became standard/stable in > https://github.com/webgpu-native/webgpu-headers/pull/570 > > Bug: 462477379, 465339954 > Change-Id: I5f1405df128401f97e9a26fb781d56097e13787f > Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/276941 > Commit-Queue: Brandon Jones <bajones@chromium.org> > Reviewed-by: Brandon Jones <bajones@chromium.org> > Commit-Queue: Kai Ninomiya <kainino@chromium.org> > Auto-Submit: Kai Ninomiya <kainino@chromium.org> TBR=kainino@chromium.org,bajones@chromium.org,dawn-scoped@luci-project-accounts.iam.gserviceaccount.com No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 462477379, 465339954 Change-Id: I30a7d0af67256fdc9ed69ea805216bfbb7c581bd Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/277918 Bot-Commit: rubber-stamper@appspot.gserviceaccount.com <rubber-stamper@appspot.gserviceaccount.com> Auto-Submit: Kai Ninomiya <kainino@chromium.org> Commit-Queue: rubber-stamper@appspot.gserviceaccount.com <rubber-stamper@appspot.gserviceaccount.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.