[Vulkan] Enable VK_KHR_sampler_ycbcr_conversion

This commit is contained in:
Triang3l
2022-06-25 15:46:02 +03:00
parent 758db4ccb3
commit fdcbf67623
2 changed files with 12 additions and 0 deletions

View File

@@ -139,6 +139,8 @@ class VulkanProvider : public GraphicsProvider {
bool khr_image_format_list;
// Requires the VK_KHR_get_physical_device_properties2 instance extension.
bool khr_portability_subset;
// Core since 1.1.0.
bool khr_sampler_ycbcr_conversion;
// Core since 1.2.0.
bool khr_shader_float_controls;
// Core since 1.2.0.