glPollInstrumentsSgix function opengl_glext

int glPollInstrumentsSgix(
  1. Pointer<Int32> markerP
)
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);
}