GlVertexArrayVertexAttribIFormatEXT typedef

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

Implementation

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