glVertexAttribPointer function

  1. @JS()
void glVertexAttribPointer(
  1. JSObject gl,
  2. int index,
  3. int size,
  4. int type,
  5. bool normalized,
  6. int stride,
  7. int offset,
)

Implementation

@JS()
external void glVertexAttribPointer(JSObject gl, int index, int size, int type, bool normalized, int stride, int offset);