rotate_ibl function
Implementation
@ffi.Native<ffi.Void Function(ffi.Pointer<ffi.Void>, ffi.Pointer<ffi.Float>)>(
symbol: '_rotate_ibl', assetId: 'thermion_dart')
external void rotate_ibl(
ffi.Pointer<ffi.Void> viewer,
ffi.Pointer<ffi.Float> rotationMatrix,
);