mirror of
https://github.com/italicsjenga/slang-shaders.git
synced 2025-02-16 23:17:43 +11:00
* make a bunch of implicit scaling rules explicit and move color shaders before scaling shaders in the handheld directory * remove extraneous file * switch vhs from viewport to source scaling
19 lines
544 B
Text
19 lines
544 B
Text
shaders = 2
|
|
|
|
shader0 = shaders/GritsScanlines/GritsScanlines.slang
|
|
filter_linear0 = true
|
|
scale_type0 = source
|
|
scale_x0 = 1.0
|
|
scale_y0 = 4.0
|
|
|
|
shader1 = ../stock.slang
|
|
filter_linear1 = true
|
|
scale_type1 = viewport
|
|
|
|
textures = "scanlines_LUT;color_LUT;luminance_LUT"
|
|
scanlines_LUT = shaders/GritsScanlines/Scanline-LUT-4px.png
|
|
scanlines_LUT_linear = false
|
|
color_LUT = shaders/GritsScanlines/trinitron_color.png
|
|
color_LUT_linear = true
|
|
luminance_LUT = shaders/GritsScanlines/Fake-Self-Illumination.png
|
|
luminance_LUT_linear = true
|