PFNGLMULTIDRAWELEMENTSPROCDart typedef

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

Implementation

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