glGetPointerv

glGetPointerv: man4/glGetPointerv.xml

glGetPointerv returns pointer information. pname indicates the pointer to be returned, and params is a pointer to a location in which to place the returned data. The parameters that may be queried include:

glGetPointerv is available in the OpenGL core profile only if the GL version is 4.3 or later. It is available in the compatibility profile for all GL versions, and accepts additional queries. However, these reference pages document only the core profile.

@OpenGL_Version(OGLIntroducedIn.V1P1)
@OpenGL_Extension("GL_KHR_debug")
fn_glGetPointerv glGetPointerv;

See Also

glDebugMessageCallback

Meta