Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit f493c21

Browse files
authored
[iOS] Tweak note about OpenGL support on mac in a user facing log. (#54690)
We don't have an OpenGL backend on iOS.
1 parent 28ed8e0 commit f493c21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shell/platform/darwin/ios/ios_context_software.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
// message.
3939
NSLog(@"Flutter: Attempted to composite external texture sources using the software backend. "
4040
@"This backend is only used on simulators. This feature is only available on actual "
41-
@"devices where OpenGL or Metal is used for rendering.");
41+
@"devices where Metal is used for rendering.");
4242

4343
// Not supported in this backend.
4444
return nullptr;

0 commit comments

Comments
 (0)