ソースを参照

Image manipulation functions depend on a flag

master
Ray 7時間前
コミット
ab83e6dd41
1個のファイルの変更2行の追加0行の削除
  1. +2
    -0
      src/rtextures.c

+ 2
- 0
src/rtextures.c ファイルの表示

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

読み込み中…
キャンセル
保存