PFNGLDRAWELEMENTSINSTANCEDPROCDart typedef

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

Implementation

typedef PFNGLDRAWELEMENTSINSTANCEDPROCDart =
    void Function(
      int mode,
      int count,
      int type,
      Pointer<NativeType> indices,
      int instancecount,
    );