SGIS_generate_mipmap

Started by darkprophet, July 25, 2006, 12:27:40

Previous topic - Next topic

darkprophet

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

spasi

This extension is so 1997... :)

Should I add SGIS_texture_lod too? Both are still supported on my NV.