Module shaders

Source

Structs§

CrtPostProcessor
A post-processor which applies a CRT effect to the output.
CrtSettings
Settings for the CRT post-processor.
DefaultPostProcessor
The default post-processor. Used when you don’t want to perform any custom shading on the output. This just blits the composited text to the surface. This will stretch characters if the render area size falls between multiples of the character size. Use AspectPreservingDefaultPostProcessor if you don’t want this behavior.

Type Aliases§

AspectPreservingDefaultPostProcessor
A default post-processor which preserves the aspect ratio of characters when the render area size falls in between multiples of the character size.