1GLRESETHISTOGRAM(3G) OpenGL Manual GLRESETHISTOGRAM(3G)
2
3
4
6 glResetHistogram - reset histogram table entries to zero
7
9 void glResetHistogram(GLenum target);
10
12 target
13 Must be GL_HISTOGRAM.
14
16 glResetHistogram resets all the elements of the current histogram table
17 to zero.
18
20 glResetHistogram is present only if ARB_imaging is returned when
21 glGetString() is called with an argument of GL_EXTENSIONS.
22
24 GL_INVALID_ENUM is generated if target is not GL_HISTOGRAM.
25
26 GL_INVALID_OPERATION is generated if glResetHistogram is executed
27 between the execution of glBegin() and the corresponding execution of
28 glEnd().
29
31 glHistogram()
32
34 Copyright © 1991-2006 Silicon Graphics, Inc. This document is licensed
35 under the SGI Free Software B License. For details, see
36 http://oss.sgi.com/projects/FreeB/.
37
39 opengl.org
40
41
42
43opengl.org 07/13/2018 GLRESETHISTOGRAM(3G)