Engine_createHeadlessSwapChain function
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,
);