You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
24937677 introduced a regression, the UYVY to RGBA conversion used to be done by the UYVYConvertPS shader, which interpolates the chroma values using a bilinear sampler. The change moved the UYVY conversion code to use YUVv216ConvertPS, which uses a point sampler by default. This fix introduces an option (UseBilinearSampler) that dictates whether to use a bilinear sampler for the chroma values of the converter. #jira UE-212498 #rb eric.renaudhoude [CL 36905604 by jeremie roy in 5.5 branch]