PFNGLGETPATHMETRICSNVPROC typedef

PFNGLGETPATHMETRICSNVPROC = Void Function(Uint32 metricQueryMask, Uint32 numPaths, Uint32 pathNameType, Pointer<NativeType> paths, Uint32 pathBase, Uint32 stride, Pointer<Float> metrics)

Implementation

typedef PFNGLGETPATHMETRICSNVPROC =
    Void Function(
      Uint32 metricQueryMask,
      Uint32 numPaths,
      Uint32 pathNameType,
      Pointer<NativeType> paths,
      Uint32 pathBase,
      Uint32 stride,
      Pointer<Float> metrics,
    );