clearDepth method
Implementation
void clearDepth(double depth){
startCheck("clearDepth");
glClearDepth(_gl, depth);
checkError('clearDepth');
}
void clearDepth(double depth){
startCheck("clearDepth");
glClearDepth(_gl, depth);
checkError('clearDepth');
}