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

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

glDepthMask(3G)

Contents


NAME    [Toc]    [Back]

       glDepthMask  -  enable  or  disable writing into the depth
       buffer

SYNOPSIS    [Toc]    [Back]

       void glDepthMask(
               GLboolean option );

PARAMETERS    [Toc]    [Back]

       Specifies whether the depth buffer is enabled for writing.
       If  option  is GL_FALSE, depth buffer writing is disabled.
       Otherwise, it is enabled. Initially, depth buffer  writing
       is enabled.

DESCRIPTION    [Toc]    [Back]

       glDepthMask()   specifies  whether  the  depth  buffer  is
       enabled for writing. If option is GL_FALSE,  depth  buffer
       writing is disabled. Otherwise, it is enabled.  Initially,
       depth buffer writing is enabled.

ERRORS    [Toc]    [Back]

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

ASSOCIATED GETS    [Toc]    [Back]

       glGet() with argument GL_DEPTH_WRITEMASK

SEE ALSO    [Toc]    [Back]

      
      
       glColorMask(3), glDepthFunc(3), glDepthRange(3),  glIndexMask(3), glStencilMask(3)



                                                  glDepthMask(3G)
[ Back ]
 Similar pages
Name OS Title
glColorMask Tru64 enable and disable writing of frame buffer color components
glcolormask IRIX enable and disable writing of frame buffer color components
frontbuffer IRIX enable and disable drawing to the back or front buffer
zbuffer IRIX enable or disable z-buffer operation in the current framebuffer
backbuffer IRIX enable and disable drawing to the back or front buffer
glDisableClientState Tru64 enable or disable
glEnableClientState Tru64 enable or disable
glcenable IRIX enable or disable GLC capabilities
mvGetTrackEnable IRIX Enable/Disable a track
enable HP-UX enable/disable LP printers
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service