diff --git a/thermion_flutter/thermion_flutter_method_channel/lib/src/thermion_flutter_method_channel_platform.dart b/thermion_flutter/thermion_flutter_method_channel/lib/src/thermion_flutter_method_channel_platform.dart index f8d46538..ba8b954e 100644 --- a/thermion_flutter/thermion_flutter_method_channel/lib/src/thermion_flutter_method_channel_platform.dart +++ b/thermion_flutter/thermion_flutter_method_channel/lib/src/thermion_flutter_method_channel_platform.dart @@ -213,8 +213,9 @@ class ThermionFlutterMethodChannelPlatform extends ThermionFlutterPlatform { TextureUsage.TEXTURE_USAGE_BLIT_SRC, TextureUsage.TEXTURE_USAGE_DEPTH_ATTACHMENT, TextureUsage.TEXTURE_USAGE_SAMPLEABLE, + TextureUsage.TEXTURE_USAGE_STENCIL_ATTACHMENT }, - textureFormat: TextureFormat.DEPTH32F, + textureFormat: TextureFormat.DEPTH24_STENCIL8, // TextureFormat.DEPTH32F, textureSamplerType: TextureSamplerType.SAMPLER_2D, );