Overv / VulkanTutorial

Tutorial for the Vulkan graphics and compute API
https://vulkan-tutorial.com
Creative Commons Attribution Share Alike 4.0 International
3.12k stars 513 forks source link

How to render the real-time stream of Yuv420? #160

Closed huyu0415 closed 4 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 decoder, how to render it in real time. Can vulkan render real-time yuv data like gl2_yuvtex.cpp in the source code?

Overv commented 4 years ago

This is outside the scope of this tutorial. I recommend asking this question in a forum like /r/vulkan.