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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user