PFNGLWEIGHTPATHSNVPROC typedef

PFNGLWEIGHTPATHSNVPROC = Void Function(Uint32 resultPath, Uint32 numPaths, Pointer<Uint32> paths, Pointer<Float> weights)

Implementation

typedef PFNGLWEIGHTPATHSNVPROC =
    Void Function(
      Uint32 resultPath,
      Uint32 numPaths,
      Pointer<Uint32> paths,
      Pointer<Float> weights,
    );