1
0
Fork 0
mirror of https://github.com/italicsjenga/slang-shaders.git synced 2025-02-23 18:17:44 +11:00
slang-shaders/scalenx/scale3x.slangp
hunterk 2b30c6089f
Make a bunch of implicit scaling settings explicit ()
* 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

11 lines
199 B
Text

shaders = 2
shader0 = shaders/scale3x.slang
filter_linear0 = false
scale_type0 = source
scale_x0 = 3.0
scale_y0 = 3.0
shader1 = ../cubic/bicubic.slang
filter_linear1 = false
scale_type1 = viewport