org.lwjgl.opengl.AMDQueryBufferObject Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of lwjgl Show documentation
Show all versions of lwjgl Show documentation
Lighweight Java Game Library
/* 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