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

10 lines
190 B
JSON

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