mirror of
https://github.com/italicsjenga/slang-shaders.git
synced 2024-11-23 00:01:31 +11:00
13 lines
295 B
Plaintext
13 lines
295 B
Plaintext
|
shaders = "1"
|
||
|
shader0 = "shaders/blue_noise.slang"
|
||
|
filter_linear0 = "false"
|
||
|
scale_type0 = viewport
|
||
|
|
||
|
parameters = "COLOR_DEPTH;DITHER_TUNE;EGA_PALETTE"
|
||
|
COLOR_DEPTH = "2.0"
|
||
|
DITHER_TUNE = "0.0"
|
||
|
EGA_PALETTE = "0.0"
|
||
|
|
||
|
textures = "BlueNoiseTexture"
|
||
|
BlueNoiseTexture = shaders/blue-noise/LDR_RGB1_0.png
|