glDepthFunc method
Implementation
void glDepthFunc(
  int func,
) {
  return (_glDepthFunc ??= _dylib
      .lookupFunction<_c_glDepthFunc, _dart_glDepthFunc>('glDepthFunc'))(
    func,
  );
}void glDepthFunc(
  int func,
) {
  return (_glDepthFunc ??= _dylib
      .lookupFunction<_c_glDepthFunc, _dart_glDepthFunc>('glDepthFunc'))(
    func,
  );
}