glReadBuffer method

void glReadBuffer(
  1. int src
)

Implementation

void glReadBuffer(
  int src,
) {
  return _glReadBuffer(
    src,
  );
}