![]() -> Click here to learn how to get live help <- |
GLCLEARDEPTHIndexNAMEglClearDepth - specify the clear value for the depth bufferC SPECIFICATIONvoid f3glClearDepthfP( GLclampd fIdepthfP )PARAMETERS
DESCRIPTION%f3glClearDepthfP specifies the depth value used by %f3glClearfP to clear the depth buffer. Values specified by %f3glClearDepthfP are clamped to the range [0, 1].ERRORS%f3GL_INVALID_OPERATIONfP is generated if %f3glClearDepthfP is executed between the execution of %f3glBeginfP and the corresponding execution of %f3glEndfP.ASSOCIATED GETS%f3glGetfP with argument %f3GL_DEPTH_CLEAR_VALUEfPSEE ALSO%f3glClear(3G)fP
Index |