eglBindAPI method

int eglBindAPI(
  1. int api
)

Implementation

int eglBindAPI(
  int api,
) {
  return _eglBindAPI(
    api,
  );
}