mirror of
https://github.com/italicsjenga/slang-shaders.git
synced 2024-11-24 16:41:31 +11:00
tweak some presets
This commit is contained in:
parent
05a12bf533
commit
c2cf44cea3
|
@ -1,18 +1,25 @@
|
||||||
shaders = 3
|
shaders = 5
|
||||||
|
|
||||||
shader0 = shaders/artifact-colors/artifact-colors0.slang
|
shader0 = ../stock.slang
|
||||||
scale0 = 1.0
|
scale_x0 = "640.0"
|
||||||
scale_type0 = source
|
scale_type_x0 = absolute
|
||||||
filter_linear0 = false
|
|
||||||
alias0 = Pass1
|
|
||||||
|
|
||||||
shader1 = shaders/artifact-colors/artifact-colors1.slang
|
shader1 = ../ntsc/shaders/artifact-colors/artifact-colors0.slang
|
||||||
scale1 = 1.0
|
scale1 = 1.0
|
||||||
scale_type1 = source
|
scale_type1 = source
|
||||||
filter_linear1 = false
|
filter_linear1 = false
|
||||||
alias1 = Pass2
|
alias1 = Pass1
|
||||||
|
|
||||||
shader2 = shaders/artifact-colors/artifact-colors2.slang
|
shader2 = ../ntsc/shaders/artifact-colors/artifact-colors1.slang
|
||||||
scale2 = 1.0
|
scale2 = 1.0
|
||||||
scale_type2 = source
|
scale_type2 = source
|
||||||
filter_linear2 = false
|
filter_linear2 = false
|
||||||
|
alias2 = Pass2
|
||||||
|
float_framebuffer2 = true
|
||||||
|
|
||||||
|
shader3 = ../ntsc/shaders/artifact-colors/artifact-colors2.slang
|
||||||
|
scale3 = 1.0
|
||||||
|
scale_type3 = source
|
||||||
|
filter_linear3 = false
|
||||||
|
|
||||||
|
shader4 = ../crt/shaders/crt-lottes.slang
|
|
@ -1,20 +1,25 @@
|
||||||
shaders = 4
|
shaders = 5
|
||||||
|
|
||||||
shader0 = ../ntsc/shaders/artifact-colors/artifact-colors0.slang
|
shader0 = ../stock.slang
|
||||||
scale0 = 1.0
|
scale_x0 = "640.0"
|
||||||
scale_type0 = source
|
scale_type_x0 = absolute
|
||||||
filter_linear0 = false
|
|
||||||
alias0 = Pass1
|
|
||||||
|
|
||||||
shader1 = ../ntsc/shaders/artifact-colors/artifact-colors1.slang
|
shader1 = ../ntsc/shaders/artifact-colors/artifact-colors0.slang
|
||||||
scale1 = 1.0
|
scale1 = 1.0
|
||||||
scale_type1 = source
|
scale_type1 = source
|
||||||
filter_linear1 = false
|
filter_linear1 = false
|
||||||
alias1 = Pass2
|
alias1 = Pass1
|
||||||
|
|
||||||
shader2 = ../ntsc/shaders/artifact-colors/artifact-colors2.slang
|
shader2 = ../ntsc/shaders/artifact-colors/artifact-colors1.slang
|
||||||
scale2 = 1.0
|
scale2 = 1.0
|
||||||
scale_type2 = source
|
scale_type2 = source
|
||||||
filter_linear2 = false
|
filter_linear2 = false
|
||||||
|
alias2 = Pass2
|
||||||
|
float_framebuffer2 = true
|
||||||
|
|
||||||
shader3 = ../crt/shaders/crt-lottes.slang
|
shader3 = ../ntsc/shaders/artifact-colors/artifact-colors2.slang
|
||||||
|
scale3 = 1.0
|
||||||
|
scale_type3 = source
|
||||||
|
filter_linear3 = false
|
||||||
|
|
||||||
|
shader4 = ../crt/shaders/crt-lottes.slang
|
Loading…
Reference in a new issue