getProgramInfoLog method
The WebGLRenderingContext.getProgramInfoLog returns the information
log for the specified WebGLProgram object. It contains errors that
occurred during failed linking or validation of WebGLProgram
objects.
Implementation
external String? getProgramInfoLog(WebGLProgram program);