Image_createEmptyRenderThread function

  1. @Native<Void Function(Uint32, Uint32, Uint32, Pointer<NativeFunction<Void Function(Pointer<TLinearImage>)>>)>(ffi.Uint32, ffi.Uint32, ffi.Uint32, ffi.Pointer<ffi.NativeFunction<ffi.Void Function(ffi.Pointer<TLinearImage>)>>)>(isLeaf: true)
void Image_createEmptyRenderThread(
  1. int width,
  2. int height,
  3. int channel,
  4. Pointer<NativeFunction<Void Function(Pointer<TLinearImage>)>> onComplete,
)

Implementation

@ffi.Native<
    ffi.Void Function(
        ffi.Uint32,
        ffi.Uint32,
        ffi.Uint32,
        ffi.Pointer<
            ffi.NativeFunction<
                ffi.Void Function(ffi.Pointer<TLinearImage>)>>)>(isLeaf: true)
external void Image_createEmptyRenderThread(
  int width,
  int height,
  int channel,
  ffi.Pointer<ffi.NativeFunction<ffi.Void Function(ffi.Pointer<TLinearImage>)>>
      onComplete,
);