Преглед на файлове

[rtextures] Only build cubemap mipmaps when necessary

pull/4721/head
Nikolas преди 2 месеца
родител
ревизия
151cfa8394
No known key found for this signature in database GPG ключ ID: E95F679E3CDD9784
променени са 1 файла, в които са добавени 5 реда и са изтрити 2 реда
  1. +5
    -2
      src/rtextures.c

+ 5
- 2
src/rtextures.c Целия файл

@ -4208,8 +4208,11 @@ TextureCubemap LoadTextureCubemap(Image image, int layout)
Image mipmapped = ImageCopy(image);
#if defined(SUPPORT_IMAGE_MANIPULATION)
ImageMipmaps(&mipmapped);
ImageMipmaps(&faces);
if (image.mipmaps > 1)
{
ImageMipmaps(&mipmapped);
ImageMipmaps(&faces);
}
#endif
// NOTE: Image formatting does not work with compressed textures

Зареждане…
Отказ
Запис