slang-shaders/handheld/console-border/dmg-6x.slangp

64 lines
1.7 KiB
Plaintext
Raw Normal View History

shaders = 6
shader0 = ../shaders/gameboy/shader-files/gb-pass0.slang
filter_linear0 = false
scale_type0 = viewport
scale0 = 1.0
alias0 = "PASS0"
shader1 = ../shaders/gameboy/shader-files/gb-pass1.slang
filter_linear1 = false
scale_type1 = source
scale1 = 1.0
alias1 = "PASS1"
shader2 = ../shaders/gameboy/shader-files/gb-pass2.slang
filter_linear2 = false
scale_type2 = source
scale2 = 1.0
alias2 = "PASS2"
shader3 = ../shaders/gameboy/shader-files/gb-pass3.slang
filter_linear3 = false
scale_type3 = source
scale3 = 1.0
alias3 = "PASS3"
shader4 = ../shaders/gameboy/shader-files/gb-pass4.slang
filter_linear4 = false
scale_type4 = source
scale4 = 1.0
alias4 = "PASS4"
2016-08-18 04:30:10 +10:00
shader5 = shader-files/gb-pass-5.slang
2017-07-26 03:10:10 +10:00
filter_linear5 = true
2016-08-18 04:30:10 +10:00
2017-07-26 03:10:10 +10:00
parameters = "video_scale;baseline_alpha;response_time;grey_balance;blending_mode;adjacent_texel_alpha_blending;contrast;screen_light;pixel_opacity;bg_smoothing;shadow_opacity;shadow_offset_x;shadow_offset_y;screen_offset_x;screen_offset_y;console_border_enable;SCALE;OUT_X;OUT_Y"
2016-08-18 04:30:10 +10:00
video_scale = "4.0"
SCALE = "1.5"
OUT_X = "4800.0"
OUT_Y = "2400.0"
2017-07-26 03:10:10 +10:00
baseline_alpha = "0.03"
response_time = "0.333"
grey_balance = "3.5"
blending_mode = "0.0"
adjacent_texel_alpha_blending = "0.38"
contrast = "0.8"
screen_light = "0.9"
pixel_opacity = "0.95"
bg_smoothing = "0.0"
shadow_opacity = "0.55"
shadow_offset_x = "-1.5"
shadow_offset_y = "1.5"
screen_offset_x = "0.0"
screen_offset_y = "0.0"
2016-08-18 04:30:10 +10:00
console_border_enable = "1.0"
textures = COLOR_PALETTE;BACKGROUND;BORDER
COLOR_PALETTE = resources/dmg-palette.png
COLOR_PALETTE_linear = false
BACKGROUND = resources/dmg-background.png
BACKGROUND_linear = true
BORDER = resources/dmg-border-square-4x.png
BORDER_linear = true