mlx_vector_array_set function

  1. @Native<Int Function(Pointer<mlx_vector_array>, mlx_vector_array)>(ffi.Pointer<mlx_vector_array>, mlx_vector_array)>()
int mlx_vector_array_set(
  1. Pointer<mlx_vector_array> vec,
  2. mlx_vector_array src
)

Implementation

@ffi.Native<ffi.Int Function(ffi.Pointer<mlx_vector_array>, mlx_vector_array)>()
external int mlx_vector_array_set(
  ffi.Pointer<mlx_vector_array> vec,
  mlx_vector_array src,
);