ImagePackParams::Begin

ImagePackParams::Begin
virtual ImagePacker* Begin(ResourceId* pIdGen, ImageCreator* pic, ImageCreateInfo* pici) const;
Description

Begin returns a ImagePackerImpl object that tracks the state of the image packer while packing images into textures.

Parameters
Parameters 
Description 
ResourceId* pIdGen 
First resource id associated with the packed texture. 
ImageCreator* pic 
ImageCreator pointer to create images with the textures. 
ImageCreateInfo* pici 
ImageCreatorInfo pointer containing image initialization information. 
Return Value