Commit a9e30882 authored by Józef Kucia's avatar Józef Kucia Committed by Alexandre Julliard

wined3d: Align OpenGL version comments for newer core functions.

parent 6503946f
......@@ -3283,7 +3283,7 @@ static void load_gl_funcs(struct wined3d_gl_info *gl_info)
USE_GL_FUNC(glTexBuffer) /* OpenGL 3.1 */
USE_GL_FUNC(glTexImage3D) /* OpenGL 1.2 */
USE_GL_FUNC(glTexSubImage3D) /* OpenGL 1.2 */
USE_GL_FUNC(glTransformFeedbackVaryings)/* OpenGL 3.0 */
USE_GL_FUNC(glTransformFeedbackVaryings) /* OpenGL 3.0 */
USE_GL_FUNC(glUniform1f) /* OpenGL 2.0 */
USE_GL_FUNC(glUniform1fv) /* OpenGL 2.0 */
USE_GL_FUNC(glUniform1i) /* OpenGL 2.0 */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment