clearDepth method

void clearDepth(
  1. double depth
)

Implementation

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