Skip to content

Commit 7691c49

Browse files
committed
Correct comment regarding glGetString(GL_SHADING_LANGUAGE_VERSION)
1 parent 9bd4fb3 commit 7691c49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/graphics/gropengl.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2173,7 +2173,7 @@ DCF(ogl_anisotropy, "toggles anisotropic filtering")
21732173
/**
21742174
* Helper function to enquire whether minimum GLSL version present.
21752175
*
2176-
* Compares global variable set by glGetString(GL_SHADING_LANGUAGE_VERSION_ARB)
2176+
* Compares global variable set by glGetString(GL_SHADING_LANGUAGE_VERSION)
21772177
* against compile time MIN_REQUIRED_GLSL_VERSION.
21782178
*
21792179
* @return true if GLSL support present is above the minimum version.

0 commit comments

Comments
 (0)