HP b2600 Reference Manual page 14

Opengl 1.1 reference
Hide thumbs Also See for b2600:
Table of Contents

Advertisement

A
glAlphaFunc
glAlphaFunc operates on all pixel write operations, including those resulting from the
scan conversion of points, lines, polygons, and bitmaps, and from pixel draw and copy
operations. glAlphaFunc does not affect screen-clear operations.
Notes
Alpha testing is performed only in RGBA mode.
Errors
Associated Gets
glGet with argument GL_ALPHA_TEST_FUNC
glGet with argument GL_ALPHA_TEST_REF
glIsEnabled with argument GL_ALPHA_TEST
See Also
glBlendFunc,
glClear,
glDepthFunc,
glEnable,
glStencilFunc
14
GL_INVALID_ENUM is generated if func is not an accepted value.
GL_INVALID_OPERATION is generated if glAlphaFunc is executed between the
execution of glBegin and the corresponding execution of glEnd.
Chapter 1

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents