mirror of
https://github.com/italicsjenga/slang-shaders.git
synced 2024-11-22 07:41:31 +11:00
27 lines
851 B
Plaintext
27 lines
851 B
Plaintext
#tvout preset for 480p CRTs
|
|
|
|
shaders = "3"
|
|
shader0 = "../../crt/shaders/tvout-tweaks.slang"
|
|
shader1 = "../../misc/shaders/image-adjustment.slang"
|
|
shader2 = "../../misc/shaders/interlacing.slang"
|
|
|
|
scale_type_x0 = "viewport"
|
|
scale_x0 = "1.000000"
|
|
scale_type_y0 = "source"
|
|
scale_y0 = "1.000000"
|
|
|
|
parameters = "TVOUT_RESOLUTION;TVOUT_COMPOSITE_CONNECTION;TVOUT_TV_COLOR_LEVELS;target_gamma;monitor_gamma;overscan_percent_x;overscan_percent_y;saturation;contrast;luminance;bright_boost;R;G;B"
|
|
TVOUT_RESOLUTION = "320.000000"
|
|
TVOUT_COMPOSITE_CONNECTION = "0.000000"
|
|
TVOUT_TV_COLOR_LEVELS = "1.000000"
|
|
target_gamma = "2.400000"
|
|
monitor_gamma = "2.200000"
|
|
overscan_percent_x = "0.000000"
|
|
overscan_percent_y = "0.000000"
|
|
saturation = "1.000000"
|
|
contrast = "1.000000"
|
|
luminance = "1.000000"
|
|
bright_boost = "0.000000"
|
|
R = "1.000000"
|
|
G = "1.000000"
|
|
B = "1.000000" |