depthFunc method

void depthFunc(
  1. int func
)

Implementation

void depthFunc(int func) {
  _gl.depthFunc(func);
}