If the filter is animated or not.
The default uniforms used by the filter
The vertex shader which renders this filter.
The fragment shader which renders this filter.
The thickness of the outline.
The thickness of the outline.
Always target the resolution of the render texture or renderer
Always target the resolution of the render texture or renderer
Always target the MSAA level of the render texture or renderer
Always target the MSAA level of the render texture or renderer
Quality of the outline according to performance mode.
A factory method for creating the filter using its defined default values.
The constructed AbstractFilter instance.
A filter which implements an outline. Inspired from https://github.com/pixijs/filters/tree/main/filters/outline
MIT