mirror of
https://github.com/italicsjenga/slang-shaders.git
synced 2024-11-25 17:01:31 +11:00
Update crt-geom-mini.slang
better default settings, correct mask parameters
This commit is contained in:
parent
44f1a2d85f
commit
5674b8802e
|
@ -25,8 +25,8 @@ layout(push_constant) uniform Push
|
||||||
|
|
||||||
#pragma parameter CURV "CRT-Geom Curvature" 1.0 0.0 1.0 1.0
|
#pragma parameter CURV "CRT-Geom Curvature" 1.0 0.0 1.0 1.0
|
||||||
#pragma parameter SCAN "CRT-Geom Scanline Weight" 0.25 0.2 0.6 0.05
|
#pragma parameter SCAN "CRT-Geom Scanline Weight" 0.25 0.2 0.6 0.05
|
||||||
#pragma parameter MASK "CRT-Geom Dotmask Strength" 0.25 0.0 1.0 0.05
|
#pragma parameter MASK "CRT-Geom Dotmask Strength" 0.15 0.0 0.5 0.05
|
||||||
#pragma parameter LUM "CRT-Geom Luminance" 0.1 0.0 0.5 0.01
|
#pragma parameter LUM "CRT-Geom Luminance" 0.05 0.0 0.5 0.01
|
||||||
#pragma parameter INTERL "CRT-Geom Interlacing Simulation" 1.0 0.0 1.0 1.0
|
#pragma parameter INTERL "CRT-Geom Interlacing Simulation" 1.0 0.0 1.0 1.0
|
||||||
#pragma parameter SAT "CRT-Geom Saturation" 1.1 0.0 2.0 0.01
|
#pragma parameter SAT "CRT-Geom Saturation" 1.1 0.0 2.0 0.01
|
||||||
#pragma parameter LANC "Filter profile: Accurate/Fast" 0.0 0.0 1.0 1.0
|
#pragma parameter LANC "Filter profile: Accurate/Fast" 0.0 0.0 1.0 1.0
|
||||||
|
|
Loading…
Reference in a new issue