|
Rapier C — 2D / f64 0.36.0+c.0
|
Runtime ABI identity and fundamental type sizes. More...
#include <rapier.h>
Data Fields | |
| uint32_t | abi_version |
| Binary ABI revision; compare with the header ABI_VERSION. | |
| uint32_t | dimension |
| Spatial dimension, 2 or 3. | |
| uint32_t | real_size |
| Size of Real in bytes, 4 or 8. | |
| uint32_t | pointer_size |
| Pointer size in bytes. | |
Runtime ABI identity and fundamental type sizes.
| uint32_t R2BuildInfo::abi_version |
Binary ABI revision; compare with the header ABI_VERSION.
| uint32_t R2BuildInfo::dimension |
Spatial dimension, 2 or 3.
| uint32_t R2BuildInfo::pointer_size |
Pointer size in bytes.
| uint32_t R2BuildInfo::real_size |
Size of Real in bytes, 4 or 8.