set_bloom_ffi function
Implementation
@ffi.Native<ffi.Void Function(ffi.Pointer<ffi.Void>, ffi.Float)>(
symbol: '_set_bloom_ffi', assetId: 'thermion_dart')
external void set_bloom_ffi(
ffi.Pointer<ffi.Void> viewer,
double strength,
);
@ffi.Native<ffi.Void Function(ffi.Pointer<ffi.Void>, ffi.Float)>(
symbol: '_set_bloom_ffi', assetId: 'thermion_dart')
external void set_bloom_ffi(
ffi.Pointer<ffi.Void> viewer,
double strength,
);