compileShader method

  1. @DomName('WebGLRenderingContext.compileShader')
  2. @DocsEditable()
void compileShader (Shader shader)

Implementation

@DomName('WebGLRenderingContext.compileShader')
@DocsEditable()
void compileShader(Shader shader) native;