mirror of
https://github.com/italicsjenga/slang-shaders.git
synced 2024-11-22 15:51:30 +11:00
259ff81f4b
* Move initial batch of shaders and presets to smoothing subdirectory * Rename smoothing to edge enhancement * Move cubic and windowed into interpolation * Fix some presets * Fix rest of presets * Rename edge-enhancement to edge-smoothing * Move pixel art scalers into separate directory separate from 'interpolation' * Flatten interpolation/cubic into interpolation/
29 lines
517 B
Plaintext
29 lines
517 B
Plaintext
shaders = 5
|
|
|
|
shader0 = ../../stock.slang
|
|
alias0 = hqx_refpass
|
|
shader1 = shaders/pass1.slang
|
|
shader2 = shaders/hq3x.slang
|
|
|
|
filter_linear1 = false
|
|
scale_type1 = source
|
|
scale1 = 1.0
|
|
|
|
filter_linear2 = false
|
|
scale_type2 = source
|
|
scale2 = 3.0
|
|
|
|
shader3 = ../../interpolation/shaders/b-spline-x.slang
|
|
filter_linear3 = false
|
|
scale_type_x3 = viewport
|
|
scale_type_y3 = source
|
|
scale3 = 1.0
|
|
|
|
shader4 = ../../interpolation/shaders/b-spline-y.slang
|
|
filter_linear4 = false
|
|
|
|
|
|
textures = LUT
|
|
LUT = resources/hq3x.png
|
|
LUT_linear = false
|