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

10 lines
190 B
JSON

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