set_post_processing function
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,
);