GlGetPathMetricsNV typedef

GlGetPathMetricsNV = void Function(int metricQueryMask, int numPaths, int pathNameType, Pointer<NativeType> paths, int pathBase, int stride, Pointer<Float> metrics)

Implementation

typedef GlGetPathMetricsNV = void Function(
    int metricQueryMask,
    int numPaths,
    int pathNameType,
    Pointer paths,
    int pathBase,
    int stride,
    Pointer<Float> metrics);