PFNGLDRAWELEMENTSINSTANCEDBASEVERTEXPROCDart typedef

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

Implementation

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