PFNGLMAP1DPROC typedef

PFNGLMAP1DPROC = Void Function(Uint32 target, Double u1, Double u2, Int32 stride, Int32 order, Pointer<Double> points)

Implementation

typedef PFNGLMAP1DPROC =
    Void Function(
      Uint32 target,
      Double u1,
      Double u2,
      Int32 stride,
      Int32 order,
      Pointer<Double> points,
    );