glClearDepthf method

void glClearDepthf(
  1. double d
)

Implementation

void glClearDepthf(
  double d,
) {
  return _glClearDepthf(
    d,
  );
}