set_bloom function

  1. @Native<Void Function(Pointer<Void>, Float)>(ffi.Pointer<ffi.Void>, ffi.Float)>()
void set_bloom(
  1. Pointer<Void> viewer,
  2. double strength
)

Implementation

@ffi.Native<ffi.Void Function(ffi.Pointer<ffi.Void>, ffi.Float)>()
external void set_bloom(
  ffi.Pointer<ffi.Void> viewer,
  double strength,
);