getShaderInfoLog method
The WebGLRenderingContext.getShaderInfoLog returns the information log for the specified WebGLShader object. It contains warnings, debugging and compile information.
Implementation
external String? getShaderInfoLog(WebGLShader shader);