GLProgram.getLinkLog

Gets the linking report.

class GLProgram
const(char)[]
getLinkLog
()

Return Value

Type: const(char)[]

Log output of the GLSL linker. Can return null!

Throws

OpenGLException on error.

Meta