Skip to content

Auto-Box

Shaders that scale the image inside the viewport. This can be useful for ensuring certain quality of scaling, often with the intention of applying other effects that are picky about scaling on top.

Shaders Without Presets

Box-Center

1
- Centers pre-scaled output into the viewport to prevent unintentional non-integer scaling. Maintains 1x scale of the input.

Box-Max

1
- Automatically scales output to the maximum integer scale possible.

Box

1
- Scales output according to the scale factor parameters.

Comments


Last update: 2024-04-25