PEXFreeMipmap - Frees Texture Resources


Synopsis

     void PEXFreeMipmap(
             int domain,
             PEXTMDomainData *domain_data,
             PEXMipmapLevel *texel_array
        )

Arguments

domain
The texture map domain type.

domain_data
A pointer to texture map domain information

texel_array
Texel data to be freed.

Returns

None.

Description

Invoke PEXFreeMipmap to free storage returned by PEXGenerateMipmap utilities.

Texel data created by these functions can be immediately freed by PEXFreeMipmap after using them with the PEXCreateMipmapTM function.

Errors

None.

See Also

For a list of related topics and for a list of all texture mapping functions, see Texture Mapping.