Hi,
I noticed that SGIS_generate_mipmap extension doesn't exist, although the core GLEnums in GL14 are there. Anyway, i went ahead and made the template:
package org.lwjgl.opengl;
public interface SGIS_generate_mipmaps {
int GENERATE_MIPMAP_SGIS = 0x8191;
int GENERATE_MIPMAP_HINT_SGIS = 0x8192;
}
DP
This extension is so 1997... :)
Should I add SGIS_texture_lod too? Both are still supported on my NV.