check-gl-program ( program -- program )


Vocabulary
opengl.shaders

Inputs
programA gl-program object


Outputs
programA gl-program object


Word description
Throws an error containing the gl-program-info-log for the program object if it failed to link. Otherwise, the program object is left on the stack.

Definition