Clear and de-allocate the mipmaps for a map.
| Declaration | Zeolite.h |
|---|---|
| Implementation | Zeolite.cpp |
bool zmap_ClearMipmaps(ZMAP hMap);
| Name | Type | Comment |
|---|---|---|
| hMap | ZMAP | A handle to a map variable, the mipmaps of which are to be cleared. |
False if an error occurred, and true otherwise.
None.