gl-shader-ok? ( shader -- ? )


Vocabulary
opengl.shaders

Inputs
shaderA gl-shader object


Outputs
?a boolean


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

Definition