org.lwjgl.opengles.APPLETextureMaxLevel Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of org.lwjgl.opengles Show documentation
Show all versions of org.lwjgl.opengles Show documentation
LWJGL OSGi bundle (OpenGL ES bindings)
The newest version!
/*
* Copyright LWJGL. All rights reserved.
* License terms: https://www.lwjgl.org/license
* MACHINE GENERATED FILE, DO NOT EDIT
*/
package org.lwjgl.opengles;
/**
* 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.
*/
public final class APPLETextureMaxLevel {
/** Accepted by the {@code pname} parameter of TexParameteri, TexParameterf, TexParameteriv, TexParameterfv, GetTexParameteriv, and GetTexParameterfv. */
public static final int GL_TEXTURE_MAX_LEVEL_APPLE = 0x813D;
private APPLETextureMaxLevel() {}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy