clearDepth method

void clearDepth(
  1. double depth
)

Implementation

void clearDepth(double depth){
  _gl.clearDepth(depth);
  checkError('clearDepth');
}