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

org.lwjgl.opengles.EXTTextureRg 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 EXTTextureRg {

	/**
	 *  Accepted by the <internalformat> parameter of TexImage2D and CopyTexImage2D,
	 *  and the <format> parameter of TexImage2D, TexSubImage2D, and ReadPixels:
	 */
	public static final int GL_RED_EXT = 0x1903,
		GL_RG_EXT = 0x8227;

	/**
	 *  Accepted by the <internalformat> parameter of RenderbufferStorage and
	 *  RenderbufferStorageMultisampleAPPLE:
	 */
	public static final int GL_R8_EXT = 0x8229,
		GL_RG8_EXT = 0x822B;

	private EXTTextureRg() {}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy