Package org.lwjgl.opengl
Class ARBTextureBufferRange
java.lang.Object
org.lwjgl.opengl.ARBTextureBufferRange
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intAccepted by the <pname> parameter of GetTexLevelParameter:static final intAccepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev:static final intAccepted by the <pname> parameter of GetTexLevelParameter: -
Method Summary
Modifier and TypeMethodDescriptionstatic voidglTexBufferRange(int target, int internalformat, int buffer, long offset, long size) static voidglTextureBufferRangeEXT(int texture, int target, int internalformat, int buffer, long offset, long size)
-
Field Details
-
GL_TEXTURE_BUFFER_OFFSET
public static final int GL_TEXTURE_BUFFER_OFFSETAccepted by the <pname> parameter of GetTexLevelParameter:- See Also:
-
GL_TEXTURE_BUFFER_SIZE
public static final int GL_TEXTURE_BUFFER_SIZEAccepted by the <pname> parameter of GetTexLevelParameter:- See Also:
-
GL_TEXTURE_BUFFER_OFFSET_ALIGNMENT
public static final int GL_TEXTURE_BUFFER_OFFSET_ALIGNMENTAccepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev:- See Also:
-
-
Method Details
-
glTexBufferRange
public static void glTexBufferRange(int target, int internalformat, int buffer, long offset, long size) -
glTextureBufferRangeEXT
public static void glTextureBufferRangeEXT(int texture, int target, int internalformat, int buffer, long offset, long size)
-