getProgramInfoLog method

String? getProgramInfoLog(
  1. WebGLProgram program
)

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);