mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-24 00:31:34 +11:00
Mark affine matrix input as C and packed
This commit is contained in:
parent
e7edaa1a27
commit
6ab644cf71
|
@ -115,6 +115,7 @@ pub fn affine_matrix(x_scale: Num<8>, y_scale: Num<8>, rotation: u8) -> AffineMa
|
||||||
};
|
};
|
||||||
|
|
||||||
#[allow(dead_code)]
|
#[allow(dead_code)]
|
||||||
|
#[repr(C, packed)]
|
||||||
struct Input {
|
struct Input {
|
||||||
x_scale: i16,
|
x_scale: i16,
|
||||||
y_scale: i16,
|
y_scale: i16,
|
||||||
|
|
Loading…
Reference in a new issue