public final class APPLETextureMaxLevel
extends java.lang.Object
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.
| Modifier and Type | Field and Description |
|---|---|
static int |
GL_TEXTURE_MAX_LEVEL_APPLE
Accepted by the
pname parameter of TexParameteri, TexParameterf, TexParameteriv, TexParameterfv, GetTexParameteriv, and GetTexParameterfv. |
public static final int GL_TEXTURE_MAX_LEVEL_APPLE
pname parameter of TexParameteri, TexParameterf, TexParameteriv, TexParameterfv, GetTexParameteriv, and GetTexParameterfv.Copyright LWJGL. All Rights Reserved. License terms.