Files
NixOS-configs/modules/wallpaper-engine/effects/edgedetection/effect.json
2025-04-29 13:39:02 -05:00

21 lines
507 B
JSON

{
"version" : 1,
"replacementkey" : "edgedetection",
"name" : "ui_editor_effect_edge_detection_title",
"description" : "ui_editor_effect_edge_detection_description",
"group" : "enhance",
"performance" : "expensive",
"preview" : "preview/project.json",
"passes" :
[
{
"material" : "materials/effects/edgedetection.json"
}
],
"dependencies" :
[
"materials/effects/edgedetection.json",
"shaders/effects/edgedetection.frag",
"shaders/effects/edgedetection.vert"
]
}