getShaderSource method

dynamic getShaderSource(
  1. dynamic v0
)

Implementation

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