We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 723b90e commit 0416276Copy full SHA for 0416276
Graphics/GraphicsEngineOpenGL/src/GLContextIOS.mm
@@ -47,7 +47,7 @@
47
//Or better yet, use the GL3 way to get the version number
48
glGetIntegerv( GL_MAJOR_VERSION, &MajorVersion );
49
glGetIntegerv( GL_MINOR_VERSION, &MinorVersion );
50
- LOG_INFO_MESSAGE(Info.pNativeWndHandle != nullptr ? "Initialized OpenGL " : "Attached to OpenGL ", MajorVersion, '.', MinorVersion, " context (", GLVersionString, ", ", GLRenderer, ')');
+ LOG_INFO_MESSAGE(Info.pNativeWndHandle != nullptr ? "Initialized OpenGLES " : "Attached to OpenGLES ", MajorVersion, '.', MinorVersion, " context (", GLVersionString, ", ", GLRenderer, ')');
51
52
// Under the standard filtering rules for cubemaps, filtering does not work across faces of the cubemap.
53
// This results in a seam across the faces of a cubemap. This was a hardware limitation in the past, but
0 commit comments