Skip to content

Instantly share code, notes, and snippets.

@MaikKlein
Created February 19, 2018 00:14
Show Gist options
  • Select an option

  • Save MaikKlein/dbfadc0e3cc676a0cfad630192a79fee to your computer and use it in GitHub Desktop.

Select an option

Save MaikKlein/dbfadc0e3cc676a0cfad630192a79fee to your computer and use it in GitHub Desktop.
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