glGetProgramPipelineInfoLog

glGetProgramPipelineInfoLog: man4/glGetProgramPipelineInfoLog.xml

glGetProgramPipelineInfoLog retrieves the info log for the program pipeline object pipeline. The info log, including its null terminator, is written into the array of characters whose address is given by infoLog. The maximum number of characters that may be written into infoLog is given by bufSize, and the actual number of characters written into infoLog is returned in the integer whose address is given by length. If length is null, no length is returned. The actual length of the info log for the program pipeline may be determined by calling glGetProgramPipeline with pname set to GL_INFO_LOG_LENGTH.

@OpenGL_Version(OGLIntroducedIn.V4P1)
@OpenGL_Extension("GL_ARB_separate_shader_objects")
fn_glGetProgramPipelineInfoLog glGetProgramPipelineInfoLog;

See Also

glGenProgramPipelines, glBindProgramPipeline, glDeleteProgramPipelines, glGetProgramPipeline

Meta