glGetProgramInfoLog method
Implementation
void glGetProgramInfoLog(
int program,
int bufSize,
ffi.Pointer<ffi.Int32> length,
ffi.Pointer<ffi.Int8> infoLog,
) {
return _glGetProgramInfoLog(
program,
bufSize,
length,
infoLog,
);
}