Ktx1Reader_createTextureRenderThread function
- @Native<
Void Function(Pointer< (ffi.Pointer<TEngine>, ffi.Pointer<TKtx1Bundle>, ffi.Uint32, VoidCallback, ffi.Pointer<ffi.NativeFunction<ffi.Void Function(ffi.Pointer<TTexture>)>>)>(isLeaf: true)TEngine> , Pointer<TKtx1Bundle> , Uint32, VoidCallback, Pointer<NativeFunction< )>Void Function(Pointer< >TTexture> )>
- Pointer<
TEngine> tEngine, - Pointer<
TKtx1Bundle> tBundle, - int requestId,
- VoidCallback onTextureUploadComplete,
- Pointer<
NativeFunction< onComplete,Void Function(Pointer< >TTexture> )>
Implementation
@ffi.Native<
ffi.Void Function(
ffi.Pointer<TEngine>,
ffi.Pointer<TKtx1Bundle>,
ffi.Uint32,
VoidCallback,
ffi.Pointer<
ffi.NativeFunction<ffi.Void Function(ffi.Pointer<TTexture>)>>)>(
isLeaf: true)
external void Ktx1Reader_createTextureRenderThread(
ffi.Pointer<TEngine> tEngine,
ffi.Pointer<TKtx1Bundle> tBundle,
int requestId,
VoidCallback onTextureUploadComplete,
ffi.Pointer<ffi.NativeFunction<ffi.Void Function(ffi.Pointer<TTexture>)>>
onComplete,
);