PFNGLGETMAPCONTROLPOINTSNVPROC typedef

PFNGLGETMAPCONTROLPOINTSNVPROC = Void Function(Uint32 target, Uint32 index, Uint32 type, Uint32 ustride, Uint32 vstride, Int32 packed, Pointer<NativeType> points)

Implementation

typedef PFNGLGETMAPCONTROLPOINTSNVPROC =
    Void Function(
      Uint32 target,
      Uint32 index,
      Uint32 type,
      Uint32 ustride,
      Uint32 vstride,
      Int32 packed,
      Pointer<NativeType> points,
    );