googlesamples / vulkan-basic-samples

Other
498 stars 111 forks source link

How Vulkan render real-time stream yuv data? #33

Closed huyu0415 closed 3 years ago

huyu0415 commented 4 years ago

There is a question, how to render the real-time stream of Yuv420, just like the Yuv data decoded by MediaCodec, how to render it in real time. Can vulkan render real-time yuv data like gl2_yuvtex.cpp in the source code?

ggfan commented 4 years ago

sorry for the delay. VK_KHR_sampler_ycbcr_conversion is the one to use: it is in Vulkan 1.1 now, most newly launched Android devices would support the feature.