linkProgram method

void linkProgram(
  1. dynamic v0
)

Implementation

void linkProgram(v0) {
  return gl.glLinkProgram(v0);
}