PFNGLPATHCOORDSNVPROC typedef

PFNGLPATHCOORDSNVPROC = Void Function(Uint32 path, Uint32 numCoords, Uint32 coordType, Pointer<NativeType> coords)

Implementation

typedef PFNGLPATHCOORDSNVPROC =
    Void Function(
      Uint32 path,
      Uint32 numCoords,
      Uint32 coordType,
      Pointer<NativeType> coords,
    );