getShaderInfoLog method

String? getShaderInfoLog(
  1. WebGLShader shader
)

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