Mark Vector2 as having an ABI defined memory layout
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
3efe246ed0
commit
e9f12785f9
@ -20,7 +20,7 @@ pub fn Unsigned(comptime bits: comptime_int) type {
|
||||
}});
|
||||
}
|
||||
|
||||
pub const Vector2 = struct {
|
||||
pub const Vector2 = extern struct {
|
||||
x: f32,
|
||||
y: f32,
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user