mirror of
https://github.com/italicsjenga/slang-shaders.git
synced 2024-11-23 00:01:31 +11:00
2b30c6089f
* 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
16 lines
307 B
Plaintext
16 lines
307 B
Plaintext
shaders = 3
|
|
|
|
shader0 = ../motionblur/shaders/response-time.slang
|
|
filter_linear0 = false
|
|
scale_type0 = source
|
|
scale0 = 1.0
|
|
|
|
shader1 = shaders/color/gbc-color.slang
|
|
filter_linear1 = false
|
|
scale_type1 = viewport
|
|
|
|
shader2 = shaders/sameboy-lcd.slang
|
|
filter_linear2 = false
|
|
scale_type2 = viewport
|
|
scale2 = "1.0"
|