Mark Vector2 as having an ABI defined memory layout
continuous-integration/drone/push Build is failing Details

This commit is contained in:
kayomn 2023-04-28 22:20:46 +00:00
parent 3efe246ed0
commit e9f12785f9
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ pub fn Unsigned(comptime bits: comptime_int) type {
}}); }});
} }
pub const Vector2 = struct { pub const Vector2 = extern struct {
x: f32, x: f32,
y: f32, y: f32,