Package org.lwjgl.opengl
Class EXTTextureBufferObject
java.lang.Object
org.lwjgl.opengl.EXTTextureBufferObject
-
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 <pname> parameters of GetBooleanv, GetDoublev, GetFloatv, and GetIntegerv:static final int
Accepted by the <target> parameter of BindBuffer, BufferData, BufferSubData, MapBuffer, BindTexture, UnmapBuffer, GetBufferSubData, GetBufferParameteriv, GetBufferPointerv, and TexBufferEXT, and the <pname> parameter 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
glTexBufferEXT
(int target, int internalformat, int buffer)
-
Field Details
-
GL_TEXTURE_BUFFER_EXT
public static final int GL_TEXTURE_BUFFER_EXTAccepted by the <target> parameter of BindBuffer, BufferData, BufferSubData, MapBuffer, BindTexture, UnmapBuffer, GetBufferSubData, GetBufferParameteriv, GetBufferPointerv, and TexBufferEXT, and the <pname> parameter of GetBooleanv, GetDoublev, GetFloatv, and GetIntegerv:- See Also:
-
GL_MAX_TEXTURE_BUFFER_SIZE_EXT
public static final int GL_MAX_TEXTURE_BUFFER_SIZE_EXTAccepted by the <pname> parameters of GetBooleanv, GetDoublev, GetFloatv, and GetIntegerv:- See Also:
-
GL_TEXTURE_BINDING_BUFFER_EXT
public static final int GL_TEXTURE_BINDING_BUFFER_EXTAccepted by the <pname> parameters of GetBooleanv, GetDoublev, GetFloatv, and GetIntegerv:- See Also:
-
GL_TEXTURE_BUFFER_DATA_STORE_BINDING_EXT
public static final int GL_TEXTURE_BUFFER_DATA_STORE_BINDING_EXTAccepted by the <pname> parameters of GetBooleanv, GetDoublev, GetFloatv, and GetIntegerv:- See Also:
-
GL_TEXTURE_BUFFER_FORMAT_EXT
public static final int GL_TEXTURE_BUFFER_FORMAT_EXTAccepted by the <pname> parameters of GetBooleanv, GetDoublev, GetFloatv, and GetIntegerv:- See Also:
-
-
Method Details
-
glTexBufferEXT
public static void glTexBufferEXT(int target, int internalformat, int buffer)
-