depthFunc method

void depthFunc(
  1. int v0
)

Implementation

void depthFunc(int v0) {
  _gl.depthFunc(v0);
  checkError('depthFunc');
}