glCreateProgramObjectArb function opengl_glext

Pointer<Void> glCreateProgramObjectArb()
GLAPI GLhandleARB APIENTRY glCreateProgramObjectARB (void)

Implementation

Pointer<Void> glCreateProgramObjectArb() {
  final glCreateProgramObjectArbAsFunction = _glCreateProgramObjectArb
      .cast<NativeFunction<Pointer<Void> Function()>>()
      .asFunction<Pointer<Void> Function()>();
  return glCreateProgramObjectArbAsFunction();
}