The alias definition appears to be backwards, causing an exception. When changed to:
glInitGenMipmapSGIS = glInitGenerateMipmapSGIS from glInitGenerateMipmapSGIS = glInitGenMipmapSGIS
extension seems to work fine afterwards.
Log in to post a comment.