GltfResourceLoader_createRenderThread function

  1. @Native<Void Function(Pointer<TEngine>, Pointer<NativeFunction<Void Function(Pointer<TGltfResourceLoader>)>>)>(ffi.Pointer<TEngine>, ffi.Pointer<ffi.NativeFunction<ffi.Void Function(ffi.Pointer<TGltfResourceLoader>)>>)>(isLeaf: true)
void GltfResourceLoader_createRenderThread(
  1. Pointer<TEngine> tEngine,
  2. Pointer<NativeFunction<Void Function(Pointer<TGltfResourceLoader>)>> callback
)

Implementation

@ffi.Native<
    ffi.Void Function(
        ffi.Pointer<TEngine>,
        ffi.Pointer<
            ffi.NativeFunction<
                ffi.Void Function(
                    ffi.Pointer<TGltfResourceLoader>)>>)>(isLeaf: true)
external void GltfResourceLoader_createRenderThread(
  ffi.Pointer<TEngine> tEngine,
  ffi.Pointer<
          ffi
          .NativeFunction<ffi.Void Function(ffi.Pointer<TGltfResourceLoader>)>>
      callback,
);