GlGetProgramInfoLog typedef
GlGetProgramInfoLog =
void Function(int group, int bufSize, Pointer<Int32> length, Pointer<NativeType> groupString)
Implementation
typedef GlGetProgramInfoLog = void Function(
int program, int bufSize, Pointer<Int32> length, Pointer infoLog);