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(
|
_swapChain = await FilamentApp.instance!.createHeadlessSwapChain(
|
||||||
descriptor.width,
|
descriptor.width,
|
||||||
descriptor.height,
|
descriptor.height,
|
||||||
|
hasStencilBuffer: true
|
||||||
);
|
);
|
||||||
|
|
||||||
_logger.info(
|
_logger.info(
|
||||||
|
|||||||
Reference in New Issue
Block a user