Metal Performance Shaders are a collection of builtin performant graphics and compute shaders by Apple to be used in your applications.
These shaders solve common problems and can speed up development by not requiring to write all you shaders from scratch
The documentation for this shader framework can be found at Metal Performance Shaders
In the following examples I only used MPS Image Filters