org.lwjgl.opengl.SGISGenerateMipmap Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of lwjgl Show documentation
Show all versions of lwjgl Show documentation
Lighweight Java Game Library
/* MACHINE GENERATED FILE, DO NOT EDIT */
package org.lwjgl.opengl;
import org.lwjgl.*;
import java.nio.*;
public final class SGISGenerateMipmap {
/**
* Accepted by the <pname> parameter of TexParameteri, TexParameterf,
* TexParameteriv, TexParameterfv, GetTexParameteriv, and GetTexParameterfv.
*/
public static final int GL_GENERATE_MIPMAP_SGIS = 0x8191;
/**
* Accepted by the <target> parameter of Hint, and by the
* parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev.
*/
public static final int GL_GENERATE_MIPMAP_HINT_SGIS = 0x8192;
private SGISGenerateMipmap() {}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy