commit | 5fc2c82c11e078928e6a0f9c447b69fe208815f8 | [log] [tgz] |
---|---|---|
author | Corentin Wallez <cwallez@chromium.org> | Fri Jan 10 13:06:48 2020 +0000 |
committer | Commit Bot service account <commit-bot@chromium.org> | Fri Jan 10 13:06:48 2020 +0000 |
tree | 9904e531b85ce1a8cbca200050e89a8d148d619d | |
parent | e6441b604f58bf01a17ee991fa82f864fc6fc087 [diff] |
Add Instance and CreateInstance to webgpu.h This is the first step in making the API before WGPUDevice creation match webgpu.h and is necessary to implement WGPUSwapChain. BUG=dawn:269 Change-Id: If92ced42d7683d79e67c02738949ff8b483d22c4 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/14061 Commit-Queue: Corentin Wallez <cwallez@chromium.org> Reviewed-by: Kai Ninomiya <kainino@chromium.org>
Dawn is an open-source and cross-platform implementation of the work-in-progress 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 webgpu.h docs)
(TODO)
Apache 2.0 Public License, please see LICENSE.
This is not an officially supported Google product.