glDepthFunc method

void glDepthFunc(
  1. int v0
)

Implementation

void glDepthFunc(int v0) {
  gl.depthFunc(v0);
}