mlx_stream_set function
- @Native<Int Function(Pointer<
mlx_stream> , mlx_stream)>(ffi.Pointer<mlx_stream>, mlx_stream)>()
- Pointer<
mlx_stream> stream, - mlx_stream src
Set stream to provided src stream.
Implementation
@ffi.Native<ffi.Int Function(ffi.Pointer<mlx_stream>, mlx_stream)>()
external int mlx_stream_set(ffi.Pointer<mlx_stream> stream, mlx_stream src);