mirror of
https://github.com/italicsjenga/slang-shaders.git
synced 2024-11-22 15:51:30 +11:00
12 lines
310 B
Plaintext
12 lines
310 B
Plaintext
shaders = 1
|
|
shader0 = shaders/blendoverlay/blendoverlay.slang
|
|
|
|
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
|