gl-program-ok? ( program -- ? )


Vocabulary
opengl.shaders

Inputs
programA gl-program object


Outputs
?a boolean


Word description
Returns a boolean value indicating whether the given program object linked successfully. Link errors and warnings are available in the program's info log, which can be gotten using gl-program-info-log.

Definition