1GLCLEARACCUM(3G)                                              GLCLEARACCUM(3G)
2
3
4

NAME

6       glClearAccum - specify clear values for the accumulation buffer
7
8

C SPECIFICATION

10       void glClearAccum( GLfloat red,
11                          GLfloat green,
12                          GLfloat blue,
13                          GLfloat alpha )
14
15

PARAMETERS

17       red, green, blue, alpha
18                             Specify  the  red,  green, blue, and alpha values
19                             used when the  accumulation  buffer  is  cleared.
20                             The initial values are all 0.
21

DESCRIPTION

23       glClearAccum  specifies  the red, green, blue, and alpha values used by
24       glClear to clear the accumulation buffer.
25
26       Values specified by glClearAccum are clamped to the range [-1, 1].
27

ERRORS

29       GL_INVALID_OPERATION is generated if glClearAccum is  executed  between
30       the execution of glBegin and the corresponding execution of glEnd.
31

ASSOCIATED GETS

33       glGet with argument GL_ACCUM_CLEAR_VALUE
34

SEE ALSO

36       glAccum(3G), glClear(3G)
37
38
39
40                                                              GLCLEARACCUM(3G)
Impressum