stbir_resize_extended function
- @Native<Int Function(Pointer<
STBIR_RESIZE> )>(ffi.Pointer<STBIR_RESIZE>)>()
- Pointer<
STBIR_RESIZE> resize
And this is the main function to perform the resize synchronously on one thread.
Implementation
@ffi.Native<ffi.Int Function(ffi.Pointer<STBIR_RESIZE>)>()
external int stbir_resize_extended(ffi.Pointer<STBIR_RESIZE> resize);