PFNGLDRAWRANGEELEMENTSEXTPROCDart typedef

PFNGLDRAWRANGEELEMENTSEXTPROCDart = void Function(int mode, int start, int end, int count, int type, Pointer<NativeType> indices)

Implementation

typedef PFNGLDRAWRANGEELEMENTSEXTPROCDart =
    void Function(
      int mode,
      int start,
      int end,
      int count,
      int type,
      Pointer<NativeType> indices,
    );