PFNGLMAP1XOESPROC typedef

PFNGLMAP1XOESPROC = Void Function(Uint32 target, Int32 u1, Int32 u2, Int32 stride, Int32 order, Int32 points)

Implementation

typedef PFNGLMAP1XOESPROC =
    Void Function(
      Uint32 target,
      Int32 u1,
      Int32 u2,
      Int32 stride,
      Int32 order,
      Int32 points,
    );