mirror of
https://github.com/italicsjenga/slang-shaders.git
synced 2024-11-22 15:51:30 +11:00
7d9f561673
* add blue noise dithering
14 lines
306 B
Plaintext
14 lines
306 B
Plaintext
shaders = "1"
|
|
shader0 = "shaders/blue_noise_dynamic.slang"
|
|
filter_linear0 = "false"
|
|
scale_type0 = viewport
|
|
|
|
parameters = "COLOR_DEPTH;DITHER_TUNE;EGA_PALETTE"
|
|
COLOR_DEPTH = "4.0"
|
|
DITHER_TUNE = "0.0"
|
|
EGA_PALETTE = "0.0"
|
|
|
|
textures = "BlueNoiseTexture0"
|
|
BlueNoiseTexture0 = shaders/blue-noise/LDR_RGB1_0.png
|
|
|