commit | 8466a8c8d7a974b7f78c4b3b554ab81b35f7e96f | [log] [tgz] |
---|---|---|
author | Saifuddin Hitawala <hitawala@chromium.org> | Thu Apr 18 16:26:32 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Apr 18 16:26:32 2024 +0000 |
tree | 8977cad6be6766b6eb883da113775b2591312933 | |
parent | 369001ee353fb6a8fa2414deaca56af289b89c87 [diff] |
[YCbCr Samplers] Pass VkSamplerYcbcrConversionInfo on creating Sampler Use the VkSamplerYcbcrConversionCreateInfo passed on the sampler descriptor and use it for creating the VkSampler properly. Also add relevant tests for passing the VkExternalFormatANDROID on the ycbcr info and enable feature under flags. Change-Id: I16b0075fde249752a6078b65e50d950fd905c626 Bug: dawn:2476 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/183961 Reviewed-by: Austin Eng <enga@chromium.org> Reviewed-by: Corentin Wallez <cwallez@chromium.org> Commit-Queue: Saifuddin Hitawala <hitawala@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.