d3d_model_destroy - hpgDesigns/hpgdesigns-dev.io GitHub Wiki
Destroys the given model freeing it from memory.
- ind: index of the model of the model to destroy
none: This function has no return values.
// Create a model and then destroys it
mod = d3d_model_create();
d3d_model_destroy(mod);
NOTOC