commit | 84ae2bfe3bcc3323ac60ca4eed64219aab2cd158 | [log] [tgz] |
---|---|---|
author | Corentin Wallez <cwallez@chromium.org> | Wed May 13 17:05:55 2020 +0000 |
committer | Commit Bot service account <commit-bot@chromium.org> | Wed May 13 17:05:55 2020 +0000 |
tree | edceeae602a4a0d1a577dd5510f538c46a9839e4 | |
parent | 20ed6f42b34f4989022a2a3c87f057d90a6618dd [diff] |
Remove deprecated "Binding" types and members This removes the following types and members as well as fixup code and depraction tests for them: - wgpu::BindGroupLayoutBinding - wgpu::BindGroupLayoutDescriptor::bindingCount - wgpu::BindGroupLayoutDescriptor::bindings - wgpu::BindGroupBinding - wgpu::BindGroupDescriptor::bindingCount - wgpu::BindGroupDescriptor::bindings Bug: dawn:22 Change-Id: Ifc0e25107f3dcfbb850624cb362909f38c90bec2 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/21680 Reviewed-by: Stephen White <senorblanco@chromium.org> Reviewed-by: Austin Eng <enga@chromium.org> Commit-Queue: Corentin Wallez <cwallez@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.