Skip to content

Instantly share code, notes, and snippets.

@betawaffle
Created February 25, 2020 20:45
Show Gist options
  • Save betawaffle/957520b5d3d4eff1a01163bdd5e244eb to your computer and use it in GitHub Desktop.
Save betawaffle/957520b5d3d4eff1a01163bdd5e244eb to your computer and use it in GitHub Desktop.
pub const Position = packed struct {
y: u12,
z: u26,
x: u26,
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment