View_setPostProcessing function

  1. @Native<Void Function(Pointer<TView>, Bool)>(ffi.Pointer<TView>, ffi.Bool)>(isLeaf: true)
void View_setPostProcessing(
  1. Pointer<TView> tView,
  2. bool enabled
)

Implementation

@ffi.Native<ffi.Void Function(ffi.Pointer<TView>, ffi.Bool)>(isLeaf: true)
external void View_setPostProcessing(
  ffi.Pointer<TView> tView,
  bool enabled,
);