GlDrawArrays typedef

GlDrawArrays = void Function(int mode, int first, int count)

Implementation

typedef GlDrawArrays = void Function(int mode, int first, int count);