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