1GLRESETHISTOGRAM(3G)             OpenGL Manual            GLRESETHISTOGRAM(3G)
2
3
4

NAME

6       glResetHistogram - reset histogram table entries to zero
7

C SPECIFICATION

9       void glResetHistogram(GLenum target);
10

PARAMETERS

12       target
13           Must be GL_HISTOGRAM.
14

DESCRIPTION

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

NOTES

20       glResetHistogram is present only if ARB_imaging is returned when
21       glGetString() is called with an argument of GL_EXTENSIONS.
22

ERRORS

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

SEE ALSO

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

AUTHORS

39       opengl.org
40
41
42
43opengl.org                        07/13/2018              GLRESETHISTOGRAM(3G)
Impressum