BradLarson / GPUImage2

GPUImage 2 is a BSD-licensed Swift framework for GPU-accelerated video and image processing.
BSD 3-Clause "New" or "Revised" License
4.85k stars 605 forks source link

Custom Motion Blur #291

Open VadimPlasiciuc opened 5 years ago

VadimPlasiciuc commented 5 years ago

I'm trying to create filter below (link: https://www.shadertoy.com/view/Xsc3DS) The filters are working separately there are no shader error. But together they do nothing, i tried to mix them, i've tried to use GroupOperation but didn't succeed. Is there a way to create a buffer filter like in shader toy link ? Thx