GlVertexArrayAttribFormat typedef

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

Implementation

typedef GlVertexArrayAttribFormat = void Function(int vaobj, int attribindex,
    int size, int type, int normalized, int relativeoffset);