linkProgram method

void linkProgram(
  1. GlProgram obj
)

Implementation

void linkProgram(GlProgram obj) {
  _gl.linkProgram(obj);
}