commit | eb249b37e3e8aba8c60efe1be0b09263944f6b9b | [log] [tgz] |
---|---|---|
author | Colin Blundell <blundell@chromium.org> | Mon Jul 01 13:02:01 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jul 01 13:02:01 2024 +0000 |
tree | c8604313b3781cf74f6becb1f3b21e51d52ca09a | |
parent | 8a94411a168ff8cb7e755086185fbbe70574eaaf [diff] |
[Vulkan] Set the Vk descriptor type correctly for YCbCr samplers Per the Vulkan spec, YCbCr samplers must have descriptor type COMBINED_IMAGE_SAMPLER [1] [1] https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VkSamplerYcbcrConversionInfo.html Change-Id: Ib09a498acca2afe682cadcab1eab5f34e9ae5c93 Bug: 41488897 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/196337 Reviewed-by: Austin Eng <enga@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.