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