Ktx1Bundle_isCubemap function

  1. @Native<Bool Function(Pointer<TKtx1Bundle>)>(ffi.Pointer<TKtx1Bundle>)>(isLeaf: true)
bool Ktx1Bundle_isCubemap(
  1. Pointer<TKtx1Bundle> tBundle
)

Implementation

@ffi.Native<ffi.Bool Function(ffi.Pointer<TKtx1Bundle>)>(isLeaf: true)
external bool Ktx1Bundle_isCubemap(
  ffi.Pointer<TKtx1Bundle> tBundle,
);