- 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

23
crt/crtsim.glslp Normal file
View File

@@ -0,0 +1,23 @@
shaders = 5
shader0 = shaders/crtsim/composite.glsl
filter_linear0 = false
shader1 = ../stock.glsl
alias1 = CRTPASS
shader2 = shaders/crtsim/post-downsample.glsl
filter_linear2 = true
shader3 = shaders/crtsim/post-upsample.glsl
filter_linear3 = true
shader4 = shaders/crtsim/present.glsl
filter_linear4 = true
textures = "NTSCArtifactSampler;shadowMaskSampler"
NTSCArtifactSampler = "shaders/crtsim/artifacts.png"
NTSCArtifactSampler_linear = true
shadowMaskSampler = "shaders/crtsim/mask.png"
shadowMaskSampler_linear = true
shadowMaskSampler_repeat = true