GlGetProgramInfoLog typedef

GlGetProgramInfoLog = void Function(int program, int bufSize, Pointer<Int32> length, Pointer<NativeType> infoLog)

Implementation

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