mirror of
https://github.com/italicsjenga/slang-shaders.git
synced 2024-11-22 15:51:30 +11:00
15 lines
363 B
Plaintext
15 lines
363 B
Plaintext
|
shaders = "1"
|
||
|
shader0 = "../../crt/shaders/gizmo-crt.slang"
|
||
|
filter_linear0 = "true"
|
||
|
scale_type0 = viewport
|
||
|
|
||
|
parameters = "BRIGHTNESS;HORIZONTAL_BLUR;VERTICAL_BLUR;BLUR_OFFSET;BGR_LCD_PATTERN;SHRINK"
|
||
|
CURVATURE_X = "0.0"
|
||
|
CURVATURE_Y = "0.0"
|
||
|
BRIGHTNESS = "0.5"
|
||
|
HORIZONTAL_BLUR = "1.0"
|
||
|
VERTICAL_BLUR = "1.0"
|
||
|
BLUR_OFFSET = "0.5"
|
||
|
BGR_LCD_PATTERN = "0.0"
|
||
|
SHRINK = "0.0"
|