Ktx1Bundle_destroy function

  1. @Native<Void Function(Pointer<TKtx1Bundle>)>(ffi.Pointer<TKtx1Bundle>)>(isLeaf: true)
void Ktx1Bundle_destroy(
  1. Pointer<TKtx1Bundle> tBundle
)

Implementation

@ffi.Native<ffi.Void Function(ffi.Pointer<TKtx1Bundle>)>(isLeaf: true)
external void Ktx1Bundle_destroy(
  ffi.Pointer<TKtx1Bundle> tBundle,
);