clearDepth method

dynamic clearDepth(
  1. num v0
)

Implementation

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