GlVertexAttribI4i typedef

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

Implementation

typedef GlVertexAttribI4i = void Function(
    int index, int x, int y, int z, int w);