PEXFreePickPaths - Free Memory Allocated for Pick Paths (5.1)


Synopsis

 
    void PEXFreePickPaths(
         unsigned long count,
         PEXPickPath *pick_paths
    )
 

Arguments

count
The number of pick paths.

pick_paths
An array of pick paths

Returns

None.

Description

Invoke PEXFreePickPath to deallocate memory returned by PEXEndPickAll, PEXEndPickOne, PEXPickAll and PEXPickOne.

Errors

None.

See Also

For a list of all Renderer Pick functions and related topics, see Renderer Picking.