glClearDepth method

void glClearDepth(
  1. double depth
)

Implementation

void glClearDepth(double depth) {
  gles.glClearDepth(gl, depth);
}