set_post_processing function

  1. @Native<Void Function(Pointer<Void>, Bool)>(ffi.Pointer<ffi.Void>, ffi.Bool)>(symbol: '_set_post_processing', assetId: 'thermion_dart')
void set_post_processing(
  1. Pointer<Void> viewer,
  2. bool enabled
)

Implementation

@ffi.Native<ffi.Void Function(ffi.Pointer<ffi.Void>, ffi.Bool)>(
    symbol: '_set_post_processing', assetId: 'thermion_dart')
external void set_post_processing(
  ffi.Pointer<ffi.Void> viewer,
  bool enabled,
);