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

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

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