PFNGLGETPATHMETRICRANGENVPROC typedef

PFNGLGETPATHMETRICRANGENVPROC = Void Function(Uint32 metricQueryMask, Uint32 firstPathName, Uint32 numPaths, Uint32 stride, Pointer<Float> metrics)

Implementation

typedef PFNGLGETPATHMETRICRANGENVPROC =
    Void Function(
      Uint32 metricQueryMask,
      Uint32 firstPathName,
      Uint32 numPaths,
      Uint32 stride,
      Pointer<Float> metrics,
    );