set_post_processing_ffi function

  1. @Native<Void Function(Pointer<Void>, Bool)>(ffi.Pointer<ffi.Void>, ffi.Bool)>()
void set_post_processing_ffi(
  1. Pointer<Void> viewer,
  2. bool enabled
)

Implementation

@ffi.Native<ffi.Void Function(ffi.Pointer<ffi.Void>, ffi.Bool)>()
external void set_post_processing_ffi(
  ffi.Pointer<ffi.Void> viewer,
  bool enabled,
);