All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.lwjgl.opengl.SGISGenerateMipmap Maven / Gradle / Ivy

There is a newer version: 2.9.3
Show newest version
/* 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