1
0
Fork 0
forked from wry/wry

Add blur to vulkan and opengl render pipelines

This commit is contained in:
entailz 2026-05-03 02:16:59 -07:00
parent 6d3bff952e
commit 0701c4e4cf
41 changed files with 1990 additions and 47 deletions

View file

@ -23,6 +23,8 @@ pub const TREES: &[Tree] = &[Tree {
"rounded_fill.vert",
"rounded_tex.frag",
"rounded_tex.vert",
"blur_composite.vert",
"blur_composite.frag",
"legacy/fill.frag",
"legacy/fill.vert",
"legacy/tex.vert",