We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Packing multiple instances of one type into a field is useful, but it could be even more efficient if many different types could be packed together.
For instance, 7 UInt32 values are the maximum allowed, but there is still room for some Bool values to be packed in as well.
UInt32
Bool
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Packing multiple instances of one type into a field is useful, but it could be even more efficient if many different types could be packed together.
For instance, 7
UInt32
values are the maximum allowed, but there is still room for someBool
values to be packed in as well.The text was updated successfully, but these errors were encountered: