|
@@ -4204,8 +4204,10 @@ TextureCubemap LoadTextureCubemap(Image image, int layout)
|
|
ImageFormat(&faces, image.format);
|
|
ImageFormat(&faces, image.format);
|
|
|
|
|
|
Image mipmapped = ImageCopy(image);
|
|
Image mipmapped = ImageCopy(image);
|
|
|
|
+ #if defined(SUPPORT_IMAGE_MANIPULATION)
|
|
ImageMipmaps(&mipmapped);
|
|
ImageMipmaps(&mipmapped);
|
|
ImageMipmaps(&faces);
|
|
ImageMipmaps(&faces);
|
|
|
|
+ #endif
|
|
|
|
|
|
// NOTE: Image formatting does not work with compressed textures
|
|
// NOTE: Image formatting does not work with compressed textures
|
|
|
|
|