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

20 lines
524 B
JSON

{
"version" : 1,
"replacementkey" : "chromatic_aberration",
"name" : "ui_editor_effect_chromatic_abberation_title",
"description" : "ui_editor_effect_chromatic_abberation_description",
"group" : "colorize",
"preview" : "preview/project.json",
"passes" :
[
{
"material" : "materials/effects/chromatic_aberration.json"
}
],
"dependencies" :
[
"materials/effects/chromatic_aberration.json",
"shaders/effects/chromatic_aberration.frag",
"shaders/effects/chromatic_aberration.vert"
]
}