stbir_free_samplers function
- @Native<Void Function(Pointer<
STBIR_RESIZE> )>(ffi.Pointer<STBIR_RESIZE>)>()
- Pointer<
STBIR_RESIZE> resize
You MUST call this, if you call stbir_build_samplers or stbir_build_samplers_with_splits
Implementation
@ffi.Native<ffi.Void Function(ffi.Pointer<STBIR_RESIZE>)>()
external void stbir_free_samplers(ffi.Pointer<STBIR_RESIZE> resize);