Add crisp feature for enabling default quad snapping
This commit is contained in:
parent
12ac265694
commit
567b7d9e9f
14 changed files with 184 additions and 138 deletions
|
|
@ -153,7 +153,9 @@ impl Pipeline {
|
|||
// Border radius
|
||||
8 => Float32x4,
|
||||
// Border width
|
||||
9 => Float32
|
||||
9 => Float32,
|
||||
// Snap
|
||||
10 => Uint32,
|
||||
),
|
||||
}],
|
||||
compilation_options:
|
||||
|
|
|
|||
|
|
@ -114,6 +114,8 @@ impl Pipeline {
|
|||
7 => Float32x2,
|
||||
// Shadow blur radius
|
||||
8 => Float32,
|
||||
// Snap
|
||||
9 => Uint32,
|
||||
),
|
||||
}],
|
||||
compilation_options:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue