GlVertexAttribIFormat typedef

GlVertexAttribIFormat = void Function(int bindingindex, int buffer, int offset, int stride)

Implementation

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