mirror of
https://github.com/italicsjenga/slang-shaders.git
synced 2024-11-22 15:51:30 +11:00
cfe2bc9ecf
Three general purpose multipass shaders: - lanczos3-fast: lanczos with 3-taps; - spline16-fast: looks like lanczos2 with slightly less ringing; - spline36-fast: looks like lanczos3 with slightly less ringing.
13 lines
249 B
Plaintext
13 lines
249 B
Plaintext
shaders = 2
|
|
|
|
shader0 = shaders/spline16-x.slang
|
|
filter_linear0 = false
|
|
scale_type_x0 = viewport
|
|
scale_type_y0 = source
|
|
scale0 = 1.0
|
|
wrap_mode0 = "clamp_to_edge"
|
|
|
|
shader1 = shaders/spline16-y.slang
|
|
filter_linear1 = false
|
|
wrap_mode1 = "clamp_to_edge"
|