slang-shaders/misc/half_res.slangp
fishcu 259ff81f4b
Repo reorg: edge smoothing, interpolation, and pixel art scaling (#469)
* 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/
2023-08-12 18:09:28 -05:00

8 lines
167 B
Plaintext

shaders = "1"
feedback_pass = "0"
shader0 = "../stock.slang"
filter_linear0 = false
scale_type_x0 = "source"
scale_x0 = "1.0"
scale_type_y0 = "source"
scale_y0 = "0.5"