tags:

views:

74

answers:

0

I'm new to OpenGL and it is overwhelming.

I'm playing with GLImageProcessing sample from Apple. It has few image processing filters like brightness, contrast and hue etc.

Each time when I apply a filter, it starts all over instead of starting from previously applied filter.

Any ideas? How do I save the modified texture or framebuffer so new filters can be applied on top of it?