C4 Engine
C4 Engine API Documentation

ImageImportPlugin::ReleaseImageData

Defined in:  C4Plugins.h
Releases an imported image.
Prototype

virtual void ReleaseImageData(void *image) = 0;

Parameters
image A pointer to the image data to release.
Description
The ReleaseImageData function releases the image data buffer specified by the image parameter that was previously allocated by the ImageImportPlugin::ImportImageFile function. The ReleaseImageData function must be overridden by subclasses of the ImageImportPlugin class.
See Also

ImageImportPlugin::ImportImageFile