getProgramInfoLog method

dynamic getProgramInfoLog(
  1. dynamic v0
)

Implementation

getProgramInfoLog(v0) {
  return gl.getProgramInfoLog(v0);
}