glIsQuery method

int glIsQuery(
  1. int id
)

Implementation

int glIsQuery(
  int id,
) {
  return _glIsQuery(
    id,
  );
}