Closed kyamant closed 1 month ago
What would be the actual use case of such a sample?
YUV (or YCbCr) format is predominantly used in video. Thus, the typical use case would be the intermix of video originated content and computer generated imagery, be it raytracing pipeline or graphics pipeline.
The sample could be a glTF tv set but what is shown on that tv is coming from a video recorded in YUV format.
I don't have plans for any sample regarding Vulkan video. But feel free to open a request at https://github.com/KhronosGroup/Vulkan-Samples. Chances of getting such a sample over there are higher.
There aren't any samples out there showing the usage of
VkPhysicalDeviceSamplerYcbcrConversionFeaturesKHR
. A detailed example will fill this void; may I suggest a4:2:2 10 bit YUV
sample?