Files
shaders/crt/crt-blurPi-soft.glslp
Raimon Zamora 37a9e981a5 - Afegits un montó de shaders, pa provar
- Al executable hi ha que passar-li els shaders per linea de comandos
2024-06-27 13:58:50 +02:00

26 lines
561 B
Plaintext

# crt-blurPi slang shader #
#
# Looks good on low res screens (640 x 480 or less), providing screen space scanlines.
# Works great for anbernic handheld devices.
# Use the "soft" variant if you are not using integer scaling
# Made by Oriol Ferrer Mesià (armadillu)
# http://uri.cat
# MIT license
shaders = 2
shader0 = shaders/crt-blurPi.glsl
filter_linear0 = true
scale_type0 = source
scale0 = 1.0
shader1 = shaders/crt-blurPiScanlines.glsl
filter_linear1 = true
scale_type1 = viewport
scale_x1 = 1.0
scale_y1 = 1.0
blurGain = "0.20"
blurRadius = "0.50"