PEXFreeTextureMap - Free Texture Map (5.2)


Synopsis

     void PEXFreeTextureMap(
             Display *display,
             PEXTextureMap texture_map
        )

Arguments

display
A pointer to a display structure returned by a successful XOpenDisplay call.

texture_map
The resource ID of the texture map to be freed.

Returns

None.

Description

Invoke PEXFreeTextureMap to delete the association between the resource ID and the texture map.

The texture map storage is freed when no other resource references it.

Errors

BadValue
texture_map is not a valid texture map ID.

See Also

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

Texture Mapping Utilities

The PEXlib texture mapping utilities include:

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