- Afegits un montó de shaders, pa provar

- Al executable hi ha que passar-li els shaders per linea de comandos
This commit is contained in:
2024-06-27 13:58:50 +02:00
parent 6afca2f2a6
commit 37a9e981a5
75 changed files with 2923 additions and 1 deletions

14
crt/gizmo-crt.glslp Normal file
View File

@@ -0,0 +1,14 @@
shaders = "1"
shader0 = "shaders/gizmo-crt.glsl"
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 = "0.0"
VERTICAL_BLUR = "0.0"
BLUR_OFFSET = "0.0"
BGR_LCD_PATTERN = "0.0"
SHRINK = "0.0"