$darkmode
Suckless OGL 1.0.0
A lean, high-performance C11 PBR Renderer
UintArray Struct Reference

Dynamic array for unsigned integers (mostly for mesh indices). More...

#include <icosphere.h>

Data Fields

unsigned int * data
 
size_t size
 
size_t capacity
 

Detailed Description

Dynamic array for unsigned integers (mostly for mesh indices).

Field Documentation

◆ capacity

size_t UintArray::capacity

Total allocated space.

◆ data

unsigned int* UintArray::data

Pointer to the heap-allocated buffer.

◆ size

size_t UintArray::size

Number of active elements.


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