glResetHistogram

glResetHistogram: man2/glResetHistogram.xml

glResetHistogram resets all the elements of the current histogram table to zero.

glResetHistogram is present only if ARB_imaging is returned when glGetString is called with an argument of GL_EXTENSIONS.

@OpenGL_Version(OGLIntroducedIn.Unknown)
@OpenGL_Extension("GL_ARB_imaging")
fn_glResetHistogram glResetHistogram;

See Also

glHistogram

Meta