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

14 lines
242 B
JSON

{
"passes": [{
"shader": "composelayer",
"depthtest": "disabled",
"depthwrite": "disabled",
"blending": "normal",
"cullmode": "nocull",
"textures": ["_rt_FullFrameBuffer"],
"combos": {
"CLEARALPHA": 1
}
}]
}