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

10 lines
208 B
JSON

{
"passes": [{
"shader": "passthrough",
"depthwrite": "disabled",
"depthtest": "disabled",
"blending": "additive",
"cullmode" : "nocull",
"textures": ["_rt_volumetricsLightBuffer"]
}]
}