mlx_vector_int_set function
- @Native<Int Function(Pointer<
mlx_vector_int> , mlx_vector_int)>(ffi.Pointer<mlx_vector_int>, mlx_vector_int)>()
- Pointer<
mlx_vector_int> vec, - 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,
);