hk: advertise KHR_sampler_ycbcr_conversion

Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30633>
This commit is contained in:
Alyssa Rosenzweig
2024-08-04 18:12:19 -04:00
parent 001a9e20c4
commit 7de5d51f16
+1 -1
View File
@@ -99,7 +99,7 @@ hk_get_device_extensions(const struct hk_instance *instance,
.KHR_push_descriptor = true,
.KHR_relaxed_block_layout = true,
.KHR_sampler_mirror_clamp_to_edge = true,
.KHR_sampler_ycbcr_conversion = false,
.KHR_sampler_ycbcr_conversion = true,
.KHR_separate_depth_stencil_layouts = true,
.KHR_shader_atomic_int64 = false,
.KHR_shader_clock = false,