"Image does not have all required mipmap levels (expected 7, got 5)"
Posted: Thu Jun 06, 2024 8:31 pm
I'm trying to draw an image and getting this error. Doing some searching, I've learned that "required mipmap levels" has to do with the dimensions of the image being drawn, which in this case is 64x64 pixels = 7 required levels. However, for some reason my images only have 5 levels. Thus, it seems that I am unable to draw images that have greater than 5 mipmap levels (16x16 pixels), which makes no sense. Does anyone know what this error is about and why I'm getting it?