stbir_free_samplers function

  1. @Native<Void Function(Pointer<STBIR_RESIZE>)>(ffi.Pointer<STBIR_RESIZE>)>()
void stbir_free_samplers(
  1. 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);