enable TextureRender
Future<void> openTextureRender(bool open) async { await engineInstanceMethodChannel.invokeMethod('openTextureRender', open); }