GLProgram.getLinkLog

Gets the linking report.

class GLProgram
string
getLinkLog
@trusted nothrow
(
)

Return Value

Type: string

Log output of the GLSL linker. Can return null!

Throws

OpenGLException on error.

Meta