useProgram method

dynamic useProgram(
  1. dynamic v0
)

Implementation

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