GlGetProgramInfoLogNative typedef
GlGetProgramInfoLogNative =
Void Function(Uint32 group, Int32 bufSize, Pointer<Int32> length, Pointer<NativeType> groupString)
Implementation
typedef GlGetProgramInfoLogNative = Void Function(
Uint32 program, Int32 bufSize, Pointer<Int32> length, Pointer infoLog);