gl-shader-info-log ( shader -- log )


Vocabulary
opengl.shaders

Inputs
shaderA gl-shader object


Outputs
loga string


Word description
Retrieves the info log for shader, including any errors or warnings generated in compiling the shader object.

Definition