BradLarson / GPUImage

An open source iOS framework for GPU-based image and video processing
http://www.sunsetlakesoftware.com/2012/02/12/introducing-gpuimage-framework
BSD 3-Clause "New" or "Revised" License
20.24k stars 4.61k forks source link

How can i create GPUImageTwoInputFilter with shader string #2338

Closed masterraj91 closed 8 years ago

BradLarson commented 8 years ago

Simply create a subclass of GPUImageTwoInputFilter and provide your own shader code. See the many examples in the framework for how to do this.

masterraj91 commented 8 years ago

can we create GPUImageTwoInputFilter in xamarin.ios with shader string

BradLarson commented 8 years ago

I'm sorry, I've never used Xamarin, so I can't answer that. This isn't an issue with the framework, though.

masterraj91 commented 8 years ago

okay, thanks :)