Rapier C — 2D / f64 0.36.0+c.0
Loading...
Searching...
No Matches
R2BuildInfo Struct Reference

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.

Detailed Description

Runtime ABI identity and fundamental type sizes.

Field Documentation

◆ abi_version

uint32_t R2BuildInfo::abi_version

Binary ABI revision; compare with the header ABI_VERSION.

◆ dimension

uint32_t R2BuildInfo::dimension

Spatial dimension, 2 or 3.

◆ pointer_size

uint32_t R2BuildInfo::pointer_size

Pointer size in bytes.

◆ real_size

uint32_t R2BuildInfo::real_size

Size of Real in bytes, 4 or 8.


The documentation for this struct was generated from the following file: