This commit is contained in:
Nick Fisher
2025-04-16 14:00:30 +08:00
parent f9c5ee5896
commit b160932ff3
2 changed files with 5 additions and 37 deletions

View File

@@ -148,7 +148,6 @@ class FFIFilamentApp extends FilamentApp<Pointer> {
if (hasStencilBuffer) {
flags |= TSWAP_CHAIN_CONFIG_HAS_STENCIL_BUFFER;
}
print("swapchain flags $flags");
final swapChain = await withPointerCallback<TSwapChain>((cb) =>
Engine_createHeadlessSwapChainRenderThread(
this.engine, width, height, flags, cb));