Package org.lwjgl.opengl
Class SGISGenerateMipmap
java.lang.Object
org.lwjgl.opengl.SGISGenerateMipmap
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Accepted by the <target> parameter of Hint, and by theparameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev. static final int
Accepted by the <pname> parameter of TexParameteri, TexParameterf, TexParameteriv, TexParameterfv, GetTexParameteriv, and GetTexParameterfv. -
Method Summary
-
Field Details
-
GL_GENERATE_MIPMAP_SGIS
public static final int GL_GENERATE_MIPMAP_SGISAccepted by the <pname> parameter of TexParameteri, TexParameterf, TexParameteriv, TexParameterfv, GetTexParameteriv, and GetTexParameterfv.- See Also:
-
GL_GENERATE_MIPMAP_HINT_SGIS
public static final int GL_GENERATE_MIPMAP_HINT_SGISAccepted by the <target> parameter of Hint, and by theparameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev. - See Also:
-