GlVertexAttribPointer typedef

GlVertexAttribPointer = void Function(int target, int offset, int size, int memory, int memOffset, int commit)

Implementation

typedef GlVertexAttribPointer = void Function(
    int index, int size, int type, int normalized, int stride, int pointer);