GlVertexAttribFormat typedef

GlVertexAttribFormat = void Function(int target, int index, int buffer, int offset, int size)

Implementation

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