GLShaderProgram.linkLog

Gets the linking report.

class GLShaderProgram
const(char)[]
linkLog
()

Return Value

Type: const(char)[]

Log output of the GLSL linker. Can return null!

Throws

GLException on error.

Meta