slang-shaders/handheld/ds-hybrid-sabr.slangp
hunterk 2b30c6089f
Make a bunch of implicit scaling settings explicit (#375)
* 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
2023-03-20 10:03:42 -05:00

18 lines
336 B
Plaintext

# This shader requires 16:9 aspect ratio
# and integer scaling OFF
shaders = 3
shader0 = ../stock.slang
alias0 = ds_hybrid_view_refpass
shader1 = ../sabr/shaders/sabr-v3.0.slang
filter_linear1 = false
scale_type1 = source
scale1 = 2.0
alias1 = Ref
shader2 = shaders/ds-hybrid-view.slang
filter_linear2 = true
scale_type0 = viewport