Package org.lwjgl.opengles
Class APPLETextureMaxLevel
- java.lang.Object
-
- org.lwjgl.opengles.APPLETextureMaxLevel
-
public final class APPLETextureMaxLevel extends java.lang.Object
Native bindings to the APPLE_texture_max_level extension.This extension allows an application to specify the maximum (coarsest) mipmap level that may be selected for the specified texture. This maximum level is also used to determine which mip levels are considered when determining texture completeness.
-
-
Field Summary
Fields Modifier and Type Field Description static int
GL_TEXTURE_MAX_LEVEL_APPLE
Accepted by thepname
parameter of TexParameteri, TexParameterf, TexParameteriv, TexParameterfv, GetTexParameteriv, and GetTexParameterfv.
-
-
-
Field Detail
-
GL_TEXTURE_MAX_LEVEL_APPLE
public static final int GL_TEXTURE_MAX_LEVEL_APPLE
Accepted by thepname
parameter of TexParameteri, TexParameterf, TexParameteriv, TexParameterfv, GetTexParameteriv, and GetTexParameterfv.- See Also:
- Constant Field Values
-
-