C4 Engine
C4 Engine API Documentation

ImagePlugin::GetImageResourceDescriptor

Defined in:  C4Plugins.h
Returns the resource descriptor for the file type supported by an image plugin.
Prototype

const ResourceDescriptor *GetImageResourceDescriptor(voidconst = 0;

Description
The GetImageResourceDescriptor function returns a pointer to a permanent resource descriptor corresponding to the file type supported by an image import or image export plugin.

The GetImageResourceDescriptor function must be overridden by final subclasses of the ImagePlugin class.
See Also

ImagePlugin::GetImageTypeName

ResourceDescriptor