mirror of
https://github.com/italicsjenga/slang-shaders.git
synced 2024-11-22 15:51:30 +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
13 lines
331 B
Plaintext
13 lines
331 B
Plaintext
shaders = 1
|
|
shader0 = shaders/blendoverlay/blendoverlay.slang
|
|
scale_type0 = viewport
|
|
|
|
textures = "overlay"
|
|
# change this path to point to your overlay image
|
|
overlay = shaders/blendoverlay/grayscale_slotmask.png
|
|
|
|
parameters = "LUTWidth;LUTHeight"
|
|
# set these to the width/height of your overlay image
|
|
LUTWidth = 6.0
|
|
LUTHeight = 4.0
|