I am trying to apply 3 filters to an image.
One rgbFilter which is has its values constant, a brightness filter and a saturation filter.
You can use class:
GPUImageFilterGroup
on the GPUImage Library.
It solves your problem.