Ktx1Bundle_getSphericalHarmonics function
Implementation
@ffi.Native<
ffi.Void Function(
ffi.Pointer<TKtx1Bundle>, ffi.Pointer<ffi.Float>)>(isLeaf: true)
external void Ktx1Bundle_getSphericalHarmonics(
ffi.Pointer<TKtx1Bundle> tBundle,
ffi.Pointer<ffi.Float> harmonics,
);