commit | 8edb723dea603d7cea0e4443b792a198af0195cf | [log] [tgz] |
---|---|---|
author | Corentin Wallez <cwallez@chromium.org> | Mon Apr 20 17:21:52 2020 +0000 |
committer | Commit Bot service account <commit-bot@chromium.org> | Mon Apr 20 17:21:52 2020 +0000 |
tree | 7f8df3428be6ae04bcd0afe3006977d48a61a625 | |
parent | 24730cde439e21784de8c60a509377345a534fe0 [diff] |
Revert "Add ComparisonSampler binding type and validation tests" This reverts commit 6d9e4f8076b645c557453f4b566bf9c38b4a51eb. Reason for revert: Breaks the roll in Chromium, gpu_sampler.cc must first be fixed to use the new undefined value, before this can be landed. Original change's description: > Add ComparisonSampler binding type and validation tests > > Bug: dawn:367 > Change-Id: Iba1d3d03f6247a356b6f3fabfe7a7ba3c0753171 > Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/18423 > Reviewed-by: Austin Eng <enga@chromium.org> > Commit-Queue: Austin Eng <enga@chromium.org> TBR=cwallez@chromium.org,kainino@chromium.org,enga@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: dawn:367 Change-Id: Ic071a601df2063bd2da5388b2e75c1a121924a69 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/19983 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 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.