glCreateProgramObjectArb function opengl_glext
GLAPI GLhandleARB APIENTRY glCreateProgramObjectARB (void)
Implementation
Pointer<Void> glCreateProgramObjectArb() {
final glCreateProgramObjectArbAsFunction = _glCreateProgramObjectArb
.cast<NativeFunction<Pointer<Void> Function()>>()
.asFunction<Pointer<Void> Function()>();
return glCreateProgramObjectArbAsFunction();
}