clearDepth method

dynamic clearDepth(
  1. num v0
)

Implementation

clearDepth(num v0) {
  return gl.clearDepth(v0);
}