Skip to content

Commit f493c21

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)