slang-shaders/scalehq/4xScaleHQ.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

19 lines
340 B
Plaintext

shaders = 3
shader0 = shaders/4xScaleHQ.slang
filter_linear0 = false
scale_type0 = source
scale_x0 = 4.0
scale_y0 = 4.0
shader1 = ../cubic/shaders/bicubic-x.slang
filter_linear1 = false
scale_type_x1 = viewport
scale_type_y1 = source
scale1 = 1.0
shader2 = ../cubic/shaders/bicubic-y.slang
filter_linear2 = false
scale_type2 = viewport