*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->Tru64 Unix man pages -> glClearAccum (3)              
Title
Content
Arch
Section
 

glClearAccum(3G)

Contents


NAME    [Toc]    [Back]

       glClearAccum  -  specify clear values for the accumulation
       buffer

SYNOPSIS    [Toc]    [Back]

       void glClearAccum(
               GLfloat red,
               GLfloat green,
               GLfloat blue,
               GLfloat alpha );

PARAMETERS    [Toc]    [Back]

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

DESCRIPTION    [Toc]    [Back]

       glClearAccum() specifies the red, green, blue,  and  alpha
       values used by glClear() to clear the accumulation buffer.

       Values specified by  glClearAccum()  are  clamped  to  the
       range [-1, 1].

ERRORS    [Toc]    [Back]

       GL_INVALID_OPERATION  is  generated  if  glClearAccum() is
       executed between the execution of glBegin() and the corresponding
 execution of glEnd().

ASSOCIATED GETS    [Toc]    [Back]

       glGet() with argument GL_ACCUM_CLEAR_VALUE

SEE ALSO    [Toc]    [Back]

      
      
       glAccum(3), glClear(3)



                                                 glClearAccum(3G)
[ Back ]
 Similar pages
Name OS Title
acbuf IRIX operate on the accumulation buffer
glaccum IRIX operate on the accumulation buffer
glAccum Tru64 operate on the accumulation buffer
acsize IRIX specify the number of bitplanes per color component in the accumulation buffer
glClearDepth Tru64 specify the clear value for the depth buffer
glClearStencil Tru64 specify the clear value for the stencil buffer
glcleardepth IRIX specify the clear value for the depth buffer
glclearstencil IRIX specify the clear value for the stencil buffer
glclear IRIX clear buffers to preset values
glClearColor Tru64 specify clear values for the color buffers
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service