| PathEngine home | previous: | next: |
Shuts down the 3D content processing explicitly (static and Linux .so linkage).
extern "C"
{
void PathEngine_ShutDownCP3D();
}
|
This function is provided to enable explicit SDK shutdown to be requested,
in the case of either direct linkage to PathEngine as a set of static libraries,
or Linux shared object linkage.
In the case of DLL linkage this method is not available, and the SDK can instead be shutdown when desired by unloading the PathEngine dll.
The host OS will generally take care of cleaning up all allocated resources on process completion,
and so it is not normally necessary to call this method.
(See
The 3D content processing must be shut down before any call to
This function should only be called when the 3D processing has been initialised
(with
This function must be called from the main thread.
| Documentation for PathEngine release 5.24 - Copyright © 2002-2010 PathEngine | next: |