compileShader method

void compileShader(
  1. WebGLShader shader
)

Implementation

void compileShader(WebGLShader shader) =>
    js_util.callMethod(this, 'compileShader', [shader]);