mirror of
https://github.com/italicsjenga/slang-shaders.git
synced 2024-11-23 00:01:31 +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/
12 lines
221 B
Plaintext
12 lines
221 B
Plaintext
shaders = 2
|
|
|
|
shader0 = shaders/scale2xSFX.slang
|
|
filter_linear0 = false
|
|
scale_type0 = source
|
|
scale_x0 = 2.0
|
|
scale_y0 = 2.0
|
|
|
|
shader1 = ../../interpolation/shaders/bicubic.slang
|
|
filter_linear1 = false
|
|
scale_type1 = viewport
|