mirror of
https://github.com/italicsjenga/slang-shaders.git
synced 2024-11-22 15:51:30 +11:00
7d9f561673
* add blue noise dithering
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
|