Expand description
Correctly sized padding helpers.
Structsยง
- Pad1
Double - Padding the size of a single double. 8 bytes.
- Pad1
Float - Padding the size of a single float/uint/int. 4 bytes.
- Pad2
Double - Padding the size of two doubles. 16 bytes.
- Pad2
Float - Padding the size of two floats/uints/ints. 8 bytes.
- Pad3
Double - Padding the size of three doubles. 24 bytes.
- Pad3
Float - Padding the size of three floats/uints/ints. 12 bytes.
- Pad4
Double - Padding the size of four doubles. 32 bytes.
- Pad4
Float - Padding the size of four floats/uints/ints. 16 bytes.