stbir_build_samplers function

  1. @Native<Int Function(Pointer<STBIR_RESIZE>)>(ffi.Pointer<STBIR_RESIZE>)>()
int stbir_build_samplers(
  1. Pointer<STBIR_RESIZE> resize
)

This builds the samplers and does one allocation

Implementation

@ffi.Native<ffi.Int Function(ffi.Pointer<STBIR_RESIZE>)>()
external int stbir_build_samplers(ffi.Pointer<STBIR_RESIZE> resize);