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

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

There is a newer version: 2.9.3
Show newest version
/* MACHINE GENERATED FILE, DO NOT EDIT */

package org.lwjgl.opengles;

import org.lwjgl.*;
import java.nio.*;

public final class EXTTextureCompressionS3TC {

	/**
	 *  Accepted by the <internalformat> parameter of TexImage2D, CopyTexImage2D,
	 *  and CompressedTexImage2D and the <format> parameter of
	 *  CompressedTexSubImage2D:
	 */
	public static final int GL_COMPRESSED_RGB_S3TC_DXT1_EXT = 0x83F0,
		GL_COMPRESSED_RGBA_S3TC_DXT1_EXT = 0x83F1,
		GL_COMPRESSED_RGBA_S3TC_DXT3_EXT = 0x83F2,
		GL_COMPRESSED_RGBA_S3TC_DXT5_EXT = 0x83F3;

	private EXTTextureCompressionS3TC() {}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy