PFNGLMAP2DPROC typedef

PFNGLMAP2DPROC = Void Function(Uint32 target, Double u1, Double u2, Int32 ustride, Int32 uorder, Double v1, Double v2, Int32 vstride, Int32 vorder, Pointer<Double> points)

Implementation

typedef PFNGLMAP2DPROC =
    Void Function(
      Uint32 target,
      Double u1,
      Double u2,
      Int32 ustride,
      Int32 uorder,
      Double v1,
      Double v2,
      Int32 vstride,
      Int32 vorder,
      Pointer<Double> points,
    );