![JAR search and dependency download from the Maven repository](/logo.png)
org.lwjgl.opengles.IMGTextureCompressionPvrtc Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of lwjgl Show documentation
Show all versions of lwjgl Show documentation
Lighweight Java Game Library
The newest version!
/* MACHINE GENERATED FILE, DO NOT EDIT */
package org.lwjgl.opengles;
import org.lwjgl.*;
import java.nio.*;
public final class IMGTextureCompressionPvrtc {
/**
* Accepted by the <internalformat> parameter of CompressedTexImage2DARB
* and the <format> parameter of CompressedTexSubImage2DARB:
*/
public static final int GL_COMPRESSED_RGB_PVRTC_4BPPV1_IMG = 0x8C00,
GL_COMPRESSED_RGB_PVRTC_2BPPV1_IMG = 0x8C01,
GL_COMPRESSED_RGBA_PVRTC_4BPPV1_IMG = 0x8C02,
GL_COMPRESSED_RGBA_PVRTC_2BPPV1_IMG = 0x8C03;
private IMGTextureCompressionPvrtc() {}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy