[GPU] Remove TextureInfo::has_packed_mips

This commit is contained in:
Dr. Chat
2018-05-05 18:23:30 -05:00
parent 30f8fe7bb0
commit 77d1d7342e
3 changed files with 0 additions and 7 deletions

View File

@@ -255,7 +255,6 @@ struct TextureInfo {
uint32_t depth;
Endian endianness;
bool is_tiled;
bool has_packed_mips;
uint32_t mip_address;
uint32_t mip_levels;
uint32_t input_length;