Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 999 Bytes

examples-filter.rst

File metadata and controls

28 lines (20 loc) · 999 Bytes

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.