struct MR_Mesh MR_Mesh
Definition MRCtm.h:13
MRC_API MR_uint64_t MR_MeshDiff_heapBytes(const MR_MeshDiff *_this)
MRC_API void MR_MeshDiff_DestroyArray(const MR_MeshDiff *_this)
Destroys a heap-allocated array of MR_MeshDiff. Does nothing if the pointer is null.
MRC_API MR_MeshDiff * MR_MeshDiff_OffsetMutablePtr(MR_MeshDiff *ptr, ptrdiff_t i)
Offsets a pointer to an array element by i positions (not bytes). Use only if you're certain that the...
MRC_API MR_MeshDiff * MR_MeshDiff_ConstructFromAnother(MR_PassBy _other_pass_by, MR_MeshDiff *_other)
MRC_API bool MR_MeshDiff_any(const MR_MeshDiff *_this)
MRC_API MR_MeshDiff * MR_MeshDiff_Construct(const MR_Mesh *from, const MR_Mesh *to)
MRC_API const MR_MeshDiff * MR_MeshDiff_OffsetPtr(const MR_MeshDiff *ptr, ptrdiff_t i)
Offsets a pointer to an array element by i positions (not bytes). Use only if you're certain that the...
MRC_API MR_MeshDiff * MR_MeshDiff_DefaultConstruct(void)
MRC_API MR_MeshDiff * MR_MeshDiff_DefaultConstructArray(size_t num_elems)
MRC_API void MR_MeshDiff_Destroy(const MR_MeshDiff *_this)
Destroys a heap-allocated instance of MR_MeshDiff. Does nothing if the pointer is null.
MRC_API void MR_MeshDiff_applyAndSwap(MR_MeshDiff *_this, MR_Mesh *m)
MRC_API MR_MeshDiff * MR_MeshDiff_AssignFromAnother(MR_MeshDiff *_this, MR_PassBy _other_pass_by, MR_MeshDiff *_other)
struct MR_MeshDiff MR_MeshDiff
Definition MRMeshDiff.h:19
MR_PassBy
Definition common.h:19
uint64_t MR_uint64_t
Definition common.h:14
#define MRC_API
Definition exports.h:11