glPollInstrumentsSgix function opengl_glext
GLAPI GLint APIENTRY glPollInstrumentsSGIX (GLint *marker_p)
Implementation
int glPollInstrumentsSgix(Pointer<Int32> markerP) {
  final glPollInstrumentsSgixAsFunction = _glPollInstrumentsSgix
      .cast<NativeFunction<Int32 Function(Pointer<Int32> markerP)>>()
      .asFunction<int Function(Pointer<Int32> markerP)>();
  return glPollInstrumentsSgixAsFunction(markerP);
}