isProgram method

dynamic isProgram(
  1. dynamic v0
)

Implementation

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