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 9bd4fb3 commit 7691c49Copy full SHA for 7691c49
code/graphics/gropengl.cpp
@@ -2173,7 +2173,7 @@ DCF(ogl_anisotropy, "toggles anisotropic filtering")
2173
/**
2174
* Helper function to enquire whether minimum GLSL version present.
2175
*
2176
- * Compares global variable set by glGetString(GL_SHADING_LANGUAGE_VERSION_ARB)
+ * Compares global variable set by glGetString(GL_SHADING_LANGUAGE_VERSION)
2177
* against compile time MIN_REQUIRED_GLSL_VERSION.
2178
2179
* @return true if GLSL support present is above the minimum version.
0 commit comments