Maybe fix texture uploads where mipmaps are packed in linear textures.

This commit is contained in:
gibbed
2017-03-12 01:11:32 -06:00
parent 284aa14a67
commit 69b92c6c31
4 changed files with 45 additions and 2 deletions

View File

@@ -222,6 +222,7 @@ struct TextureInfo {
const FormatInfo* format_info;
Endian endianness;
bool is_tiled;
bool has_packed_mips;
uint32_t input_length;
uint32_t output_length;