From: Peter Gal Date: Tue, 3 Oct 2017 09:10:37 +0000 (+0200) Subject: Typo fix for ycbcr sampler conversion extension name X-Git-Tag: upstream/1.3.5~2565^2~114 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b3c89e79db62790bcc6e7700b3dbc4375275ffc5;p=platform%2Fupstream%2FVK-GL-CTS.git Typo fix for ycbcr sampler conversion extension name Components: Vulkan Change-Id: I201b0470fb1eb5fb113eb76fb1803e6f2ec7fbc7 --- 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)