stbir_build_samplers function
- @Native<Int Function(Pointer<
STBIR_RESIZE> )>(ffi.Pointer<STBIR_RESIZE>)>()
- 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);