on macOS/windows, always create stencil buffer by default
This commit is contained in:
@@ -181,6 +181,7 @@ class ThermionFlutterMethodChannelPlatform extends ThermionFlutterPlatform {
|
||||
_swapChain = await FilamentApp.instance!.createHeadlessSwapChain(
|
||||
descriptor.width,
|
||||
descriptor.height,
|
||||
hasStencilBuffer: true
|
||||
);
|
||||
|
||||
_logger.info(
|
||||
|
||||
Reference in New Issue
Block a user