on macOS/windows, always create stencil buffer by default

This commit is contained in:
Nick Fisher
2025-07-01 10:22:07 +08:00
parent 584abd6086
commit 5b41d594da

View File

@@ -181,6 +181,7 @@ class ThermionFlutterMethodChannelPlatform extends ThermionFlutterPlatform {
_swapChain = await FilamentApp.instance!.createHeadlessSwapChain(
descriptor.width,
descriptor.height,
hasStencilBuffer: true
);
_logger.info(