From 5cae99d848711703302df3a2cc0f08e6626e87be Mon Sep 17 00:00:00 2001 From: Chinmay Garde Date: Wed, 21 Aug 2024 12:52:53 -0700 Subject: [PATCH] [iOS] Tweak note about OpenGL support on mac in a user facing log. We don't have an OpenGL backend on iOS. --- shell/platform/darwin/ios/ios_context_software.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/platform/darwin/ios/ios_context_software.mm b/shell/platform/darwin/ios/ios_context_software.mm index dcf63c223d942..15a7e2e94c0ef 100644 --- a/shell/platform/darwin/ios/ios_context_software.mm +++ b/shell/platform/darwin/ios/ios_context_software.mm @@ -38,7 +38,7 @@ // message. NSLog(@"Flutter: Attempted to composite external texture sources using the software backend. " @"This backend is only used on simulators. This feature is only available on actual " - @"devices where OpenGL or Metal is used for rendering."); + @"devices where Metal is used for rendering."); // Not supported in this backend. return nullptr;