GlDrawElements typedef

GlDrawElements = void Function(int mode, int count, int type, Pointer<NativeType> indices)

Implementation

typedef GlDrawElements = void Function(
    int mode, int count, int type, Pointer indices);