Cursed, cursed, cursed OpenGL question: Imagine that a texture has been set to use GL_TEXTURE_XXX_FILTER (where XXX is either MIN or MAX, whatever) of GL_NEAREST_MIPMAP_LINEAR, but the image doesn't actually have any mipmaps. It's just got the one layer.
What would you expect to happen?
@dos Turns out you're right