drawElements method

  1. @DomName('WebGLRenderingContext.drawElements')
  2. @DocsEditable()
void drawElements (int mode, int count, int type, int offset)

Implementation

@DomName('WebGLRenderingContext.drawElements')
@DocsEditable()
void drawElements(int mode, int count, int type, int offset) native;