glGetBufferParameteriv

glGetBufferParameteriv: man2/glGetBufferParameteriv.xml

glGetBufferParameteriv returns in data a selected parameter of the buffer object specified by target. value names a specific buffer object parameter, as follows:

If an error is generated, no change is made to the contents of data. glGetBufferParameteriv is available only if the GL version is 1.5 or greater. Targets GL_PIXEL_PACK_BUFFER and GL_PIXEL_UNPACK_BUFFER are available only if the GL version is 2.1 or greater.

@OpenGL_Version(OGLIntroducedIn.V1P5)
fn_glGetBufferParameteriv glGetBufferParameteriv;

See Also

glBindBuffer, glBufferData, glMapBuffer, glUnmapBuffer

Meta