GlGetPathMetricsNVNative typedef

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

Implementation

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