commit | 5da173b819d450b2d6f8ea78ac466384835dcb01 | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Thu Jan 16 10:25:44 2025 -0800 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jan 16 10:25:44 2025 -0800 |
tree | 45442d63f861e516fa0a4621513206abd82077ce | |
parent | 353919a8e9bae2b78da9f9a0358bd04a79365890 [diff] |
Add create surface method in c. Add a c interface to create a GLFW surface. Change-Id: Id4bff85f91ade123b76a4f69e6b1333981771d27 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/222214 Reviewed-by: Corentin Wallez <cwallez@chromium.org> Commit-Queue: dan sinclair <dsinclair@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.