Generate downsampled mip map levels from an image. If the input image is not power-of-two the image is padded to the next bigger power-of-two size.
Input image
A list of images with mip maps of the input image
Gets size of an image padded to the next bigger power-of-two size
Width of image
Height of image
Generated using TypeDoc
Mip map generator resizes textures to next bigger power-of-two size by adding padding and creates mip map levels.