Engine_createSwapChain function

  1. @Native<Pointer<TSwapChain> Function(Pointer<TEngine>, Pointer<Void>, Uint64)>(ffi.Pointer<TEngine>, ffi.Pointer<ffi.Void>, ffi.Uint64)>(isLeaf: true)
Pointer<TSwapChain> Engine_createSwapChain(
  1. Pointer<TEngine> tEngine,
  2. Pointer<Void> window,
  3. int flags
)

Implementation

@ffi.Native<
    ffi.Pointer<TSwapChain> Function(
        ffi.Pointer<TEngine>, ffi.Pointer<ffi.Void>, ffi.Uint64)>(isLeaf: true)
external ffi.Pointer<TSwapChain> Engine_createSwapChain(
  ffi.Pointer<TEngine> tEngine,
  ffi.Pointer<ffi.Void> window,
  int flags,
);