depthFunc method

void depthFunc(
  1. int v0
)

Implementation

void depthFunc(int v0) {
  startCheck("depthFunc");
  glDepthFunc(_gl, v0);
  checkError('depthFunc');
}