Files
NixOS-configs/modules/wallpaper-engine/effects/vhs/effect.json
2025-02-07 17:04:43 -06:00

20 lines
408 B
JSON

{
"version" : 1,
"replacementkey" : "vhs",
"name" : "ui_editor_effect_vhs_title",
"description" : "ui_editor_effect_vhs_description",
"group" : "colorize",
"preview" : "previewvhs/project.json",
"passes" :
[
{
"material" : "materials/effects/vhs.json"
}
],
"dependencies" :
[
"materials/effects/vhs.json",
"shaders/effects/vhs.frag",
"shaders/effects/vhs.vert"
]
}