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

13 lines
242 B
JSON

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