GLShader.getInfoLog

Gets the compiling report.

class GLShader
const(char)[]
getInfoLog
()

Return Value

Type: const(char)[]

Log output of the GLSL compiler. Can return null!

Throws

OpenGLException on error.

Meta