clearDepth method

void clearDepth(
  1. double depth
)

Implementation

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