Files
NixOS-configs/modules/wallpaper-engine/materials/util/volumetrics_blur_h.json
2025-02-07 17:04:43 -06:00

13 lines
241 B
JSON

{
"passes": [{
"shader": "blur_k3",
"depthwrite": "disabled",
"depthtest": "disabled",
"blending": "normal",
"cullmode" : "nocull",
"combos": {
"VERTICAL": 0
},
"textures": ["_rt_volumetricsLightBuffer"]
}]
}