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

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

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

package org.lwjgl.opengl;

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

public final class AMDQueryBufferObject {

	/**
	 *  Accepted by the <pname> parameter of GetQueryObjectiv, GetQueryObjectuiv,
	 *  GetQueryObjecti64v and GetQueryObjectui64v:
	 */
	public static final int GL_QUERY_RESULT_NO_WAIT_AMD = 0x9194;

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

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

	private AMDQueryBufferObject() {}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy