commit | 562ad899d9b72b4f37ea765cef743c0bd9aa02ab | [log] [tgz] |
---|---|---|
author | Gregg Tavares <gman@chromium.org> | Mon Nov 06 22:34:09 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Nov 06 22:34:09 2023 +0000 |
tree | 06cde70b84c7a5d474774d3309f6856b19200447 | |
parent | dd27d7db4b0aaebc4990d0f2e2933594318e515b [diff] |
Compat: Support textureBindingViewDimension on textures In compatibility mode, a texture can be given an optional textureBindingViewDimension at texture creation time. If not provided it is guessed. Test that at creation the textureBindingViewDimension is compatible with the texture's dimension Test that at createBindGroup time, the texture's textureBindingViewDimension must match the view's dimension. Bug: dawn:2131 Change-Id: I524639d3231ed99b16acc64ad6529b70b17d0b47 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/155780 Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Gregg Tavares <gman@chromium.org> Reviewed-by: Austin Eng <enga@chromium.org>
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)
BSD 3-Clause License, please see LICENSE.
This is not an officially supported Google product.