Skip to content

D3d_model_destroy

hpgDesigns edited this page Aug 8, 2021 · 1 revision

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

This is number 1

Clone this wiki locally