commit | 387a597154af4e3c8365ab42baa86f9d9811b67e | [log] [tgz] |
---|---|---|
author | Hao Li <hao.x.li@intel.com> | Tue Feb 02 02:38:59 2021 +0000 |
committer | Commit Bot service account <commit-bot@chromium.org> | Tue Feb 02 02:38:59 2021 +0000 |
tree | 4f6b55512ead14c0f0de8b1fbf9b0adf6f66fa91 | |
parent | 71b811b4c9901d33f5e3d66002a5265908939b70 [diff] |
Query API: Non-precise occlusion query on Vulkan - Implement BeginOcclusionQuery/EndOcclusionQuery on Vulkan - Add compute pipeline to convert non-zero values to 1. Bug: dawn:434 Change-Id: Ie0238078dfd26334caf36d23ded1d7742dd829a3 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/38221 Reviewed-by: Corentin Wallez <cwallez@chromium.org> Commit-Queue: Hao Li <hao.x.li@intel.com>
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 the webgpu.h docs)
(TODO)
Apache 2.0 Public License, please see LICENSE.
This is not an officially supported Google product.