Class APPLETextureMaxLevel

java.lang.Object
org.lwjgl.opengles.APPLETextureMaxLevel

public final class APPLETextureMaxLevel extends 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 Details

    • GL_TEXTURE_MAX_LEVEL_APPLE

      public static final int GL_TEXTURE_MAX_LEVEL_APPLE
      Accepted by the pname parameter of TexParameteri, TexParameterf, TexParameteriv, TexParameterfv, GetTexParameteriv, and GetTexParameterfv.
      See Also: