bindAttribLocation method
The WebGLRenderingContext.bindAttribLocation() method of
the
WebGL API
binds a generic vertex index
to an attribute variable.
Implementation
external void bindAttribLocation(
WebGLProgram program,
GLuint index,
String name,
);