mirror of
https://github.com/libretro/slang-shaders.git
synced 2025-02-17 08:27:38 +00:00
23 lines
686 B
Plaintext
23 lines
686 B
Plaintext
shaders = 3
|
|
|
|
shader0 = shaders/autocrop-koko/autocrop0_precut.slang
|
|
alias0 = "autocrop_precut"
|
|
filter_linear0 = false
|
|
scale_type0 = source
|
|
scale0 = 1.0
|
|
wrap_mode0 = "clamp_to_border"
|
|
|
|
shader1 = shaders/autocrop-koko/autocrop1_compute.slang
|
|
alias1 = "autocrop_compute"
|
|
float_framebuffer1 = true
|
|
filter_linear1 = false
|
|
scale_type1 = source
|
|
scale1 = 1.0
|
|
wrap_mode1 = "clamp_to_border"
|
|
mipmap_input1 = "true"
|
|
|
|
shader2 = shaders/autocrop-koko/autocrop2_display.slang
|
|
alias2 = "autocrop_display"
|
|
filter_linear2 = true
|
|
scale_type2 = viewport
|