LWJGL Forum

Programming => Lightweight Java Gaming Library => Topic started by: darkprophet on July 25, 2006, 12:27:40

Title: SGIS_generate_mipmap
Post by: darkprophet on July 25, 2006, 12:27:40
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
Title: SGIS_generate_mipmap
Post by: spasi on July 25, 2006, 14:55:03
This extension is so 1997... :)

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