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
15 lines
440 B
Plaintext
15 lines
440 B
Plaintext
shaders = 1
|
|
|
|
shader0 = shaders/grade.slang
|
|
scale_type0 = source
|
|
|
|
textures = "SamplerLUT1;SamplerLUT2"
|
|
SamplerLUT1 = "../crt/shaders/guest/advanced/lut/trinitron-lut.png"
|
|
SamplerLUT1_linear = "true"
|
|
SamplerLUT1_wrap_mode = "clamp_to_border"
|
|
SamplerLUT1_mipmap = "false"
|
|
SamplerLUT2 = "../crt/shaders/guest/advanced/lut/inv-trinitron-lut.png"
|
|
SamplerLUT2_linear = "true"
|
|
SamplerLUT2_wrap_mode = "clamp_to_border"
|
|
SamplerLUT2_mipmap = "false"
|