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