mlx_vector_int_set function

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

Implementation

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