GlDrawElementsInstancedARB typedef

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

Implementation

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