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

org.lwjgl.opengl.EXTPixelBufferObject Maven / Gradle / Ivy

The newest version!
/* MACHINE GENERATED FILE, DO NOT EDIT */

package org.lwjgl.opengl;

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

public final class EXTPixelBufferObject extends ARBBufferObject {

	/**
	 *  Accepted by the <target> parameters of BindBuffer, BufferData,
	 *  BufferSubData, MapBuffer, UnmapBuffer, GetBufferSubData,
	 *  GetBufferParameteriv, and GetBufferPointerv:
	 */
	public static final int GL_PIXEL_PACK_BUFFER_EXT = 0x88EB,
		GL_PIXEL_UNPACK_BUFFER_EXT = 0x88EC;

	/**
	 *  Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
	 *  GetFloatv, and GetDoublev:
	 */
	public static final int GL_PIXEL_PACK_BUFFER_BINDING_EXT = 0x88ED,
		GL_PIXEL_UNPACK_BUFFER_BINDING_EXT = 0x88EF;

	private EXTPixelBufferObject() {}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy