- Afegits un montó de shaders, pa provar

- Al executable hi ha que passar-li els shaders per linea de comandos
This commit is contained in:
2024-06-27 13:58:50 +02:00
parent 6afca2f2a6
commit 37a9e981a5
75 changed files with 2923 additions and 1 deletions

13
crt/crt-consumer.glslp Normal file
View File

@@ -0,0 +1,13 @@
shaders = "5"
feedback_pass = "0"
shader0 = "../misc/shaders/convergence.glsl"
filter_linear0 = "true"
shader1 = "../crt/shaders/crt-consumer/linearize.glsl"
filter_linear1 = "false"
shader2 = "../crt/shaders/crt-consumer/glow_x.glsl"
filter_linear2 = "true"
shader3 = "../crt/shaders/crt-consumer/glow_y.glsl"
filter_linear3 = "true"
shader4 = "../crt/shaders/crt-consumer/crt-consumer.glsl"
filter_linear4 = "true"