Package org.lwjgl.opengl
Class ARBTextureBufferObject
java.lang.Object
org.lwjgl.opengl.ARBTextureBufferObject
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Accepted by the <pname> parameters of GetBooleanv, GetDoublev, GetFloatv, and GetIntegerv:static final int
Accepted by the <pname> parameters of GetBooleanv, GetDoublev, GetFloatv, and GetIntegerv:static final int
Accepted by the <target> parameter of BindBuffer, BufferData, BufferSubData, MapBuffer, MapBufferRangeARB, BindTexture, UnmapBuffer, GetBufferSubData, GetBufferParameteriv, GetBufferPointerv, and TexBufferARB, and theparameter of GetBooleanv, GetDoublev, GetFloatv, and GetIntegerv: static final int
Accepted by the <pname> parameters of GetBooleanv, GetDoublev, GetFloatv, and GetIntegerv:static final int
Accepted by the <pname> parameters of GetBooleanv, GetDoublev, GetFloatv, and GetIntegerv: -
Method Summary
Modifier and TypeMethodDescriptionstatic void
glTexBufferARB
(int target, int internalformat, int buffer)
-
Field Details
-
GL_TEXTURE_BUFFER_ARB
public static final int GL_TEXTURE_BUFFER_ARBAccepted by the <target> parameter of BindBuffer, BufferData, BufferSubData, MapBuffer, MapBufferRangeARB, BindTexture, UnmapBuffer, GetBufferSubData, GetBufferParameteriv, GetBufferPointerv, and TexBufferARB, and theparameter of GetBooleanv, GetDoublev, GetFloatv, and GetIntegerv: - See Also:
-
GL_MAX_TEXTURE_BUFFER_SIZE_ARB
public static final int GL_MAX_TEXTURE_BUFFER_SIZE_ARBAccepted by the <pname> parameters of GetBooleanv, GetDoublev, GetFloatv, and GetIntegerv:- See Also:
-
GL_TEXTURE_BINDING_BUFFER_ARB
public static final int GL_TEXTURE_BINDING_BUFFER_ARBAccepted by the <pname> parameters of GetBooleanv, GetDoublev, GetFloatv, and GetIntegerv:- See Also:
-
GL_TEXTURE_BUFFER_DATA_STORE_BINDING_ARB
public static final int GL_TEXTURE_BUFFER_DATA_STORE_BINDING_ARBAccepted by the <pname> parameters of GetBooleanv, GetDoublev, GetFloatv, and GetIntegerv:- See Also:
-
GL_TEXTURE_BUFFER_FORMAT_ARB
public static final int GL_TEXTURE_BUFFER_FORMAT_ARBAccepted by the <pname> parameters of GetBooleanv, GetDoublev, GetFloatv, and GetIntegerv:- See Also:
-
-
Method Details
-
glTexBufferARB
public static void glTexBufferARB(int target, int internalformat, int buffer)
-