clearDepth method

void clearDepth(
  1. int v0
)

Implementation

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