getShaderSource method

dynamic getShaderSource(
  1. dynamic v0
)

Implementation

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