FiltersΒΆ

Post-processing filters are easily implemented using the Filter object. You draw tour scene normally but draw calls are surrounded by a `with Filter(shader) where the shader transform the output.

Note

You will find several other very nice filters in the GPUImage repository.