glDepthFunc method

void glDepthFunc(
  1. int v0
)

Implementation

void glDepthFunc(int v0) {
  gles.glDepthFunc(gl, v0);
}