virtual ImagePacker* Begin(ResourceId* pIdGen, ImageCreator* pic, ImageCreateInfo* pici) const = 0;
Begin returns a ImagePackerImpl object that tracks the state of the image packer while packing images into textures.
|
Parameters |
Description |
|
ResourceId* pIdGen |
The first resource id associated with the packed texture. |
|
ImageCreator* pic |
ImageCreator pointer to create images with the textures. |
|
ImageCreateInfo* pici |
ImageCreateInfo pointer containing image initialization information. |