Engine_createHeadlessSwapChain function

  1. @Native<Pointer<TSwapChain> Function(Pointer<TEngine>, Uint32, Uint32, Uint64)>(ffi.Pointer<TEngine>, ffi.Uint32, ffi.Uint32, ffi.Uint64)>(isLeaf: true)
Pointer<TSwapChain> Engine_createHeadlessSwapChain(
  1. Pointer<TEngine> tEngine,
  2. int width,
  3. int height,
  4. int flags,
)

Implementation

@ffi.Native<
    ffi.Pointer<TSwapChain> Function(
        ffi.Pointer<TEngine>, ffi.Uint32, ffi.Uint32, ffi.Uint64)>(isLeaf: true)
external ffi.Pointer<TSwapChain> Engine_createHeadlessSwapChain(
  ffi.Pointer<TEngine> tEngine,
  int width,
  int height,
  int flags,
);