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