commit | 8b8b5caedbd2cc375fb209d95fc4b2ce9722c8e5 | [log] [tgz] |
---|---|---|
author | Colin Blundell <blundell@chromium.org> | Wed Apr 03 19:22:17 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Apr 03 19:22:17 2024 +0000 |
tree | f661449b794fc45367331391163b119925f8c877 | |
parent | f00ddf9e436d3e148c6e453ae555a04a3c3088a4 [diff] |
[Static samplers] Make BindingInfo variant This CL adds a BindingInfo variant for static samplers and does an initial pass at handling the variant everywhere that it needs to be handled. Backend implementations are stubbed out. Change-Id: If2c16cbcedce64fd800d7163b3a0eb804d61033c Bug: dawn:2643 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/181360 Reviewed-by: Austin Eng <enga@chromium.org> Reviewed-by: Nicolette Prevost <nicolettep@google.com> Reviewed-by: Corentin Wallez <cwallez@chromium.org> Commit-Queue: Colin Blundell <blundell@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.