formZ SDK | 5.0 API Reference | System | Texture Maps
Description
Frees a texture map, previously allocated with fz_tmap_init. The tmap pointer is deallocated and returnd as NULL.
Plugin Prototype
fzrt_error_td fz_tmap_free(
zone_ptr, | |
tmap ) |
Parameters
zone_ptr [Input]
the memory zone in which the texture map's memory was allocated
tmap [Input, Result]
the texture map to be freed
Returns
error codes
Availability
7.0.0.0
See Also
fz_tmap_finit
Function Set
Defined in