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:
白山風露 2024-03-12 00:21:52 +09:00 committed by GitHub
parent a8fa1f7363
commit 2244419dfd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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,