mirror of
https://github.com/italicsjenga/slang-shaders.git
synced 2024-11-22 15:51:30 +11:00
3c00e990dc
Features: - uses bayer 4x4 matrix - color depth can be selected with a parameter - dithering will be calculated according to selected color depth
11 lines
211 B
Plaintext
11 lines
211 B
Plaintext
shaders = "1"
|
|
shader0 = "shaders/bayer_4x4.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"
|
|
|