glTransformFeedbackBufferRange

glTransformFeedbackBufferRange: man4/glTransformFeedbackBufferRange.xml

glTransformFeedbackBufferRange binds a range of the buffer object buffer represented by offset and size to the binding point at index index of the transform feedback object xfb. offset specifies the offset in basic machine units into the buffer object buffer and size specifies the amount of data that can be read from the buffer object while used as an indexed target.

@OpenGL_Version(OGLIntroducedIn.V4P5)
@OpenGL_Extension("GL_ARB_direct_state_access")
fn_glTransformFeedbackBufferRange glTransformFeedbackBufferRange;

See Also

glBindBufferRange, glBindBufferBase, glTransformFeedbackBufferBase.

Meta