isProgram method

dynamic isProgram(
  1. dynamic v0
)

Implementation

isProgram(v0) {
  return glIsProgram(v0);
}