commit | cf9f64d7b9ee0f3166d9620abb495a16371266a3 | [log] [tgz] |
---|---|---|
author | Peng Huang <penghuang@chromium.org> | Thu Mar 28 15:45:53 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Mar 28 15:45:53 2024 +0000 |
tree | b82335a2c0a48bbd6f426f99ab58c6121ee2b976 | |
parent | 8220ee868483ea579767f0c6a26f5dd68fdf5578 [diff] |
Vulkan: add vulkan_skip_draw toggle for skipping vkCmdDraw* To make test run faster, chrome needs this toggle for some tests which don't care about the pixel output Bug: chromium:331688266 Change-Id: I2a7f3f2ed1db8037c0a166beed3ac6996f0fb6a1 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/181280 Commit-Queue: Peng Huang <penghuang@chromium.org> Reviewed-by: Corentin Wallez <cwallez@chromium.org> Reviewed-by: Austin Eng <enga@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.