/* 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() {}
}