GlVertexAttribFormat typedef

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

Implementation

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