mlx_stream_get_index function
- @Native<Int Function(Pointer<
Int> , mlx_stream)>(ffi.Pointer<ffi.Int>, mlx_stream)>()
- Pointer<
Int> index, - mlx_stream stream
Return the index of the stream.
Implementation
@ffi.Native<ffi.Int Function(ffi.Pointer<ffi.Int>, mlx_stream)>()
external int mlx_stream_get_index(
ffi.Pointer<ffi.Int> index,
mlx_stream stream,
);