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

11 lines
205 B
JSON

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