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

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

	/**
	 *  Accepted by the <format> and <internalformat> parameter of TexImage2D, and
	 *  TexImage3DOES.  These are also accepted by <format> parameter of
	 *  TexSubImage2D and TexSubImage3DOES:
	 */
	public static final int GL_SRGB_EXT = 0x8C40,
		GL_SRGB_ALPHA_EXT = 0x8C42;

	/**
	 * Accepted by the <internalformat> parameter of RenderbufferStorage: 
	 */
	public static final int GL_SRGB8_ALPHA8_EXT = 0x8C43;

	/**
	 * Accepted by the <pname> parameter of GetFramebufferAttachmentParameteriv: 
	 */
	public static final int GL_FRAMEBUFFER_ATTACHMENT_COLOR_ENCODING_EXT = 0x8210;

	private EXTSRGB() {}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy