clearDepth method
Implementation
void clearDepth(double depth){
startCheck('clearDepth');
gl.glClearDepthf(depth);
checkError('clearDepth');
}
void clearDepth(double depth){
startCheck('clearDepth');
gl.glClearDepthf(depth);
checkError('clearDepth');
}