mirror of
https://github.com/italicsjenga/slang-shaders.git
synced 2024-11-23 08:11:29 +11:00
12 lines
308 B
Plaintext
12 lines
308 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
|