Package org.lwjgl.opengles
Class APPLETextureMaxLevel
java.lang.Object
org.lwjgl.opengles.APPLETextureMaxLevel
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
FieldsModifier and TypeFieldDescriptionstatic final int
Accepted by thepname
parameter of TexParameteri, TexParameterf, TexParameteriv, TexParameterfv, GetTexParameteriv, and GetTexParameterfv. -
Method Summary
-
Field Details
-
GL_TEXTURE_MAX_LEVEL_APPLE
public static final int GL_TEXTURE_MAX_LEVEL_APPLEAccepted by thepname
parameter of TexParameteri, TexParameterf, TexParameteriv, TexParameterfv, GetTexParameteriv, and GetTexParameterfv.- See Also:
-