GlDrawRangeElements typedef
GlDrawRangeElements =
void Function(int mode, int start, int end, int count, int type, Pointer<NativeType> indices)
Implementation
typedef GlDrawRangeElements = void Function(
int mode, int start, int end, int count, int type, Pointer indices);