cats-oss / android-gpuimage

Android filters based on OpenGL (idea from GPUImage for iOS)
9.01k stars 2.27k forks source link

YUV Texture to RGBA Texture #439

Open liuhongda opened 5 years ago

liuhongda commented 5 years ago

How can I conver an YUV texture to a RGBA texture? I just know how to convert yuv data to rgba data,but I want to convert by texture,so how to solve it?