set_post_processing_ffi function
void
set_post_processing_ffi()
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,
);