glCreateProgramObjectArb function opengl_glext

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

Implementation

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