depthFunc method

void depthFunc(
  1. int v0
)

Implementation

void depthFunc(int v0) {
  return glDepthFunc(v0);
}