commit | f083783f7e4d0fe67d46e671a8464842cdbdd99b | [log] [tgz] |
---|---|---|
author | jchen10 <jie.a.chen@intel.com> | Tue May 09 02:22:42 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue May 09 02:22:42 2023 +0000 |
tree | 0800021f40591812e9b7b5eca57c20808fe60479 | |
parent | b4425f537c9a2809689c35bc98955defb311f6eb [diff] |
d3d11: VertexBufferTracker This introduces VertexBufferTracker to correctly track pipeline's vertex buffer state. Bug: dawn:1799 Bug: dawn:1705 Change-Id: I06f32b501a3637b22318ec201b1953eba6ed0cf2 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/131700 Reviewed-by: Peng Huang <penghuang@chromium.org> Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: Austin Eng <enga@chromium.org> Commit-Queue: Jie A Chen <jie.a.chen@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.