From b3c89e79db62790bcc6e7700b3dbc4375275ffc5 Mon Sep 17 00:00:00 2001 From: Peter Gal Date: Tue, 3 Oct 2017 11:10:37 +0200 Subject: [PATCH] Typo fix for ycbcr sampler conversion extension name Components: Vulkan Change-Id: I201b0470fb1eb5fb113eb76fb1803e6f2ec7fbc7 --- external/vulkancts/modules/vulkan/ycbcr/vktYCbCrUtil.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/external/vulkancts/modules/vulkan/ycbcr/vktYCbCrUtil.cpp b/external/vulkancts/modules/vulkan/ycbcr/vktYCbCrUtil.cpp index 3123fbb..b63cccc 100644 --- a/external/vulkancts/modules/vulkan/ycbcr/vktYCbCrUtil.cpp +++ b/external/vulkancts/modules/vulkan/ycbcr/vktYCbCrUtil.cpp @@ -189,7 +189,7 @@ void checkImageSupport (Context& context, VkFormat format, VkImageCreateFlags cr const VkPhysicalDeviceSamplerYcbcrConversionFeatures* features = findStructure(context.getDeviceFeatures2().pNext); vector reqExts; - if (!isCoreDeviceExtension(context.getUsedApiVersion(), "VK_KHR_sampler_ycbcr_conversio")) + if (!isCoreDeviceExtension(context.getUsedApiVersion(), "VK_KHR_sampler_ycbcr_conversion")) reqExts.push_back("VK_KHR_sampler_ycbcr_conversion"); if (disjoint) -- 2.7.4