Files
NixOS-configs/modules/wallpaper-engine/effects/blur/materials/effects/blur_gaussian_y.json
2025-04-29 13:39:02 -05:00

13 lines
210 B
JSON

{
"passes": [{
"shader": "effects/blur_gaussian",
"blending": "normal",
"depthtest": "disabled",
"depthwrite": "disabled",
"cullmode": "nocull",
"combos": {
"VERTICAL" : 1
}
}]
}