Engine_createView function

  1. @Native<Pointer<TView> Function(Pointer<TEngine>)>(ffi.Pointer<TEngine>)>(isLeaf: true)
Pointer<TView> Engine_createView(
  1. Pointer<TEngine> tEngine
)

Implementation

@ffi.Native<ffi.Pointer<TView> Function(ffi.Pointer<TEngine>)>(isLeaf: true)
external ffi.Pointer<TView> Engine_createView(
  ffi.Pointer<TEngine> tEngine,
);