glClearDepthf method

void glClearDepthf(
  1. double depth
)

Implementation

void glClearDepthf(double depth) {
  gl.clearDepth(depth);
}