Ktx1Bundle_create function
Implementation
@ffi.Native<
ffi.Pointer<TKtx1Bundle> Function(
ffi.Pointer<ffi.Uint8>, ffi.Size)>(isLeaf: true)
external ffi.Pointer<TKtx1Bundle> Ktx1Bundle_create(
ffi.Pointer<ffi.Uint8> ktxData,
int length,
);