commit | 3e691c9c521d1bff50a26805fda3c8cff764fbc9 | [log] [tgz] |
---|---|---|
author | Jie Chen <jie.a.chen@intel.com> | Tue Feb 06 04:57:03 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Feb 06 04:57:03 2024 +0000 |
tree | 46e0bf17e5abe37201e6bcc1398b8f8a538b74e7 | |
parent | e1d85bd70ed4c2198e58aa01eeaf226cf014450c [diff] |
Add UniformBufferUpdatePerf.cpp This perf test draws triangles with the color values stored in a uniform buffer, measuring various ways of updating the uniform buffer, such as partial or full size updating, and WriteBuffer or copying from a staging buffer. Bug: chromium:1485789 Change-Id: Ia1726c2f2a7e3a0cd28b5ccf18d6ed791a4c0171 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/172740 Reviewed-by: Austin Eng <enga@chromium.org> Reviewed-by: Corentin Wallez <cwallez@chromium.org> Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Jie A Chen <jie.a.chen@intel.com>
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.