gluBuild2DMipmaps()

Is there a way to know what dimensions this function has chosen after resizing a non square texture?

More generally, is there a way to know the active texture size?

Thanks,

Alberto

Look into glGetTexLevelParameter. :slight_smile:

Just what I was looking for: Thanks!!!

Alberto