GLProgram.getLinkLog

Gets the linking report.

class GLProgram
@trusted nothrow
string
getLinkLog
()

Return Value

Type: string

Log output of the GLSL linker. Can return null!

Throws

OpenGLException on error.

Meta