Add blur to vulkan and opengl render pipelines
This commit is contained in:
parent
6d3bff952e
commit
0701c4e4cf
41 changed files with 1990 additions and 47 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue