Nudge Physics
A single file, header-only 3D physics library
Loading...
Searching...
No Matches
nudge::Arena Struct Reference

The Arena struct used internally. More...

#include <nudge.h>

Public Attributes

voiddata
 
uintptr_t size
 

Detailed Description

The Arena struct used internally.

Note
Devs: technically we could allow multiple nudge contexts running on the same thread to share the same arena to minimize memory usage, but this is not a priority (and in most cases multiple contexts are used in parallel)

Member Data Documentation

◆ data

void* nudge::Arena::data

◆ size

uintptr_t nudge::Arena::size

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