Constructs a Image.
CL_Image::CL_Image(); CL_Image::CL_Image( CL_GraphicContext & context, CL_Texture texture, CL_Rect rect); CL_Image::CL_Image( CL_GraphicContext & context, CL_Subtexture & sub_texture); CL_Image::CL_Image( CL_GraphicContext & gc, const CL_PixelBuffer & pixelbuffer, const CL_Rect & rect); CL_Image::CL_Image( CL_GraphicContext & context, const CL_StringRef & filename, const CL_ImageImportDescription & import_desc = CL_ImageImportDescription ()); CL_Image::CL_Image( CL_GraphicContext & context, const CL_StringRef & filename, CL_VirtualDirectory & dir, const CL_ImageImportDescription & import_desc = CL_ImageImportDescription ()); CL_Image::CL_Image( CL_GraphicContext & context, const CL_StringRef & resource_id, CL_ResourceManager * resources, const CL_ImageImportDescription & import_desc = CL_ImageImportDescription ());