static void Release_Array(Mesh** pmeshes, unsigned count);
Release_Array decrements the reference count of the array of meshes.
Parameters |
Description |
Mesh** pmeshes |
Pointer to the array of meshes. |
unsigned count |
Number of meshes. |