Package org.lwjgl.opengl
Class AMDQueryBufferObject
java.lang.Object
org.lwjgl.opengl.AMDQueryBufferObject
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Accepted by the <target> parameters of BindBuffer, BufferData, BufferSubData, MapBuffer, UnmapBuffer, MapBufferRange, GetBufferSubData, GetBufferParameteriv and GetBufferPointerv:static final int
Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev:static final int
Accepted by the <pname> parameter of GetQueryObjectiv, GetQueryObjectuiv, GetQueryObjecti64v and GetQueryObjectui64v: -
Method Summary
-
Field Details
-
GL_QUERY_RESULT_NO_WAIT_AMD
public static final int GL_QUERY_RESULT_NO_WAIT_AMDAccepted by the <pname> parameter of GetQueryObjectiv, GetQueryObjectuiv, GetQueryObjecti64v and GetQueryObjectui64v:- See Also:
-
GL_QUERY_BUFFER_AMD
public static final int GL_QUERY_BUFFER_AMDAccepted by the <target> parameters of BindBuffer, BufferData, BufferSubData, MapBuffer, UnmapBuffer, MapBufferRange, GetBufferSubData, GetBufferParameteriv and GetBufferPointerv:- See Also:
-
GL_QUERY_BUFFER_BINDING_AMD
public static final int GL_QUERY_BUFFER_BINDING_AMDAccepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev:- See Also:
-