PFNGLMULTIDRAWELEMENTSEXTPROCDart typedef

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

Implementation

typedef PFNGLMULTIDRAWELEMENTSEXTPROCDart =
    void Function(
      int mode,
      Pointer<Uint32> count,
      int type,
      Pointer<Pointer<NativeType>> indices,
      int primcount,
    );