void attachShader(
Program program,
Shader shader
)

Not documented.

Source

@DomName('WebGLRenderingContext.attachShader')
@DocsEditable()
void attachShader(Program program, Shader shader) => _blink.BlinkWebGLRenderingContext.instance.attachShader_Callback_2_(unwrap_jso(this), unwrap_jso(program), unwrap_jso(shader));