GLShader.getInfoLog

Gets the compiling report.

class GLShader
string
getInfoLog
()

Return Value

Type: string

Log output of the GLSL compiler. Can return null!

Throws

OpenGLException on error.

Meta