Jump to content

  • Log In with Google      Sign In   
  • Create Account

Awesome job so far everyone! Please give us your feedback on how our article efforts are going. We still need more finished articles for our May contest theme: Remake the Classics

#Actualic0de

Posted 19 October 2012 - 12:33 PM

GLview is a utility that will give you details on the OpenGL support of the card you have such as the exact version and all extensions. If you just want to know what version of glsl you have its as follows:

GLSL Version OpenGL Version
1.10.59..............2.0
1.20.8................2.1
1.30.10..............3.0
1.40.08..............3.1
1.50.11..............3.2
3.30.6................3.3
4.00.9................4.0
4.10.6................4.1
4.20.6................4.2
4.30.6................4.3

The chart is from Wikipedia: http://en.wikipedia.org/wiki/GLSL.

#1ic0de

Posted 19 October 2012 - 12:32 PM

GLview is a utility that will give you details on the OpenGL support of the card you have such as the exact version and all extensions. If you just want to know what version of glsl you have its as follows:

GLSL Version    OpenGL Version
1.10.59              2.0
1.20.8    2.1
1.30.10              3.0
1.40.08              3.1
1.50.11              3.2
3.30.6    3.3
4.00.9    4.0
4.10.6    4.1
4.20.6    4.2
4.30.6    4.3

The chart is from Wikipedia: http://en.wikipedia.org/wiki/GLSL.

PARTNERS