virtual ImagePacker* Begin(ResourceId* pIdGen, ImageCreator* pic, ImageCreateInfo* pici) const;
Begin returns a ImagePackerImpl object that tracks the state of the image packer while packing images into textures.
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. |