glIsBuffer method

int glIsBuffer(
  1. int buffer
)

Implementation

int glIsBuffer(
  int buffer,
) {
  return _glIsBuffer(
    buffer,
  );
}