|
HPC_Voxel_Engine 0.2.0
High-Performance C++ Voxel Engine
|
Implementation of Chunk meshing, physics colliders, and thermal diffusion integration. More...

Macros | |
| #define | ALLOCATE_ALIGNED(size, alignment) std::aligned_alloc((alignment), (size)) |
| #define | FREE_ALIGNED(ptr) std::free(ptr) |
Implementation of Chunk meshing, physics colliders, and thermal diffusion integration.
| #define ALLOCATE_ALIGNED | ( | size, | |
| alignment | |||
| ) | std::aligned_alloc((alignment), (size)) |
| #define FREE_ALIGNED | ( | ptr | ) | std::free(ptr) |