Skip to content

D3d_model_destroy

hugh greene edited this page Jun 20, 2022 · 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

Clone this wiki locally