PFNGLMAP1FPROC typedef

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

Implementation

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