Files
jeremie roy feb7776b60 Fix UYVY color conversion.
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]
2024-10-07 13:28:54 -04:00
..
2024-10-07 13:28:54 -04:00