|
MTek-GDL 0.100.4-muffintrap
|
Interface to std::vector. More...
#include <mgdl/mgdl-types.h>#include <mgdl/mgdl-node.h>#include <mgdl/mgdl-material.h>#include <mgdl/mgdl-mesh.h>Go to the source code of this file.
Data Structures | |
| struct | DynamicArray |
Macros | |
| #define | DYNAMIC_ARRAY(TYPE) |
Typedefs | |
| typedef struct DynamicArray | DynamicArray |
Functions | |
| DynamicArray * | DynamicArray_CreateMaterial (sizetype capacity) |
| sizetype | DynamicArray_CountMaterial (DynamicArray *array) |
| Material * | DynamicArray_GetMaterial (DynamicArray *array, sizetype index) |
| sizetype | DynamicArray_AddMaterial (DynamicArray *array, Material *item) |
Interface to std::vector.
| #define DYNAMIC_ARRAY | ( | TYPE | ) |