commit | 4e059004a6809c749840bd711d5b07a69f07722c | [log] [tgz] |
---|---|---|
author | Saifuddin Hitawala <hitawala@chromium.org> | Tue Jun 04 13:58:30 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jun 04 13:58:30 2024 +0000 |
tree | 0bc6f75cd6e3d0ad0d2280231ee3e964f09304c9 | |
parent | 65d742ff0ac20857e264fea27158e811b5a81191 [diff] |
[YCbCr Samplers] Add wgpu::TextureFormat::External Add wgpu::TextureFormat::External to be used with creating YCbCr samplers. Also add useExternalFormat bool for picking externalFormat vs vkFormat when creating vkImage. Add necessary tests and validations. Change-Id: I2f82d591fccf9786d11d554a0a23cec070653565 Bug: dawn:2476 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/187361 Reviewed-by: Corentin Wallez <cwallez@chromium.org> Commit-Queue: Saifuddin Hitawala <hitawala@chromium.org> Reviewed-by: Austin Eng <enga@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.