Created
February 19, 2018 00:14
-
-
Save MaikKlein/dbfadc0e3cc676a0cfad630192a79fee to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| pub struct Test { | |
| // offset 0, size 8 | |
| v1: Vec2<f32>, | |
| // offset 16, size 12 | |
| v: Vec3<f32>, | |
| // offset 28, size 4 | |
| f: f32 | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment