Included Shaders
VNgen includes a number of shaders out of the box which can be used in your own projects or as templates for custom shaders. Where applicable, these shaders will scale to any resolution and framerate without modification.
Shaders can be performed with vngen_*_shader_start
scripts.
#
ShadersShader | Description |
---|---|
sh_bloom | A soft, blur-based light bloom filter |
sh_blur | An approximate gaussian blur filter |
sh_chroma | An edge chromatic aberration filter |
sh_gray | A color-averaged grayscale filter |
sh_invert | An RGB-based color inversion filter |
sh_radial | A radial zoom blur filter |
sh_scanline | An old display simulation filter |
sh_sepia | A color-averaged sepia tone filter |
sh_wave | A bidirectional sine wave distortion filter |