Add missed pad (#9175)
Sorry I missed explicitly `Quad::pad` insertion at #9172. The struct layout is unchanged and does not affect the behavior. Release Notes: - N/A
This commit is contained in:
parent
a8fa1f7363
commit
2244419dfd
1 changed files with 1 additions and 0 deletions
|
@ -168,6 +168,7 @@ fn quad_sdf(point: vec2<f32>, bounds: Bounds, corner_radii: Corners) -> f32 {
|
|||
|
||||
struct Quad {
|
||||
order: u32,
|
||||
pad: u32,
|
||||
bounds: Bounds,
|
||||
content_mask: Bounds,
|
||||
background: Hsla,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue