glDepthFunc method

void glDepthFunc(
  1. int func
)

Implementation

void glDepthFunc(
  int func,
) {
  return _glDepthFunc(
    func,
  );
}