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

NAME

6       glResetHistogram - reset histogram table entries to zero
7
8

C SPECIFICATION

10       void glResetHistogram( GLenum target )
11
12

PARAMETERS

14       target  Must be GL_HISTOGRAM.
15

DESCRIPTION

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

NOTES

21       glResetHistogram is present only if  GL_ARB_imaging  is  returned  when
22       glGetString is called with an argument of GL_EXTENSIONS.
23

ERRORS

25       GL_INVALID_ENUM is generated if target is not GL_HISTOGRAM.
26
27       GL_INVALID_OPERATION  is  generated  if  glResetHistogram  is  executed
28       between the execution of glBegin and  the  corresponding  execution  of
29       glEnd.
30

SEE ALSO

32       glHistogram(3G)
33
34
35
36                                                          GLRESETHISTOGRAM(3G)
Impressum