commit | 5bd87bdb174d8b01aed2357823018401c6c42e0a | [log] [tgz] |
---|---|---|
author | François Beaufort <beaufort.francois@gmail.com> | Fri Sep 15 17:24:36 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Sep 15 17:24:36 2023 +0000 |
tree | 501743f3ba4d0807edcfec1bb8af135c35bfea08 | |
parent | d7b6001f20a58c2e547e9bb29c22c0613c1bc08f [diff] |
Move VertexFormatInfo into RenderPipeline.cpp/.h This CL moves VertexFormatBaseType, VertexFormatInfo, and GetVertexFormatInfo to RenderPipeline.cpp/.h files. It also removes the unused componentByteSize element in VertexFormatInfo. Change-Id: I2cdefaceea5b8683e79682a5fd6a02fdd40efa04 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/151720 Reviewed-by: Corentin Wallez <cwallez@chromium.org> Commit-Queue: Fr <beaufort.francois@gmail.com> Kokoro: Kokoro <noreply+kokoro@google.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.