All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.lwjgl.opengles.APPLETextureMaxLevel Maven / Gradle / Ivy

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