OpenGL Super Bible! Page 301 glIndexMask Purpose Protects individual bits in the color index buffer from being set. Include File Syntax void glIndexMask(GLuint mask ); Description This function allows masking of individual bits in the color index buffer. Where the mask bit is set, the bits are writeable; where they are zero, they are write-protected from pixel operations. This function only applies to color index mode. Parameters mask GLuint: Specifies the binary bit mask to enable or disable writing to individual bits in the color index buffer. Returns None. Example See the sample program MASK on the CD for this chapter. See Also glIndex, glDepthMask, glStencilMask
We highly recommend you visit web and email hosting services if you need stable and cheap web hosting platform for your web applications.
This entry was posted
on Wednesday, August 1st, 2007 at 8:02 am and is filed under Coldfusion.
You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.