clearDepth method

void clearDepth(
  1. num v0
)

Implementation

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