Jump to content

  • Log In with Google      Sign In   
  • Create Account

14 years ago on June 15th Gamedev.net was first launched! We want to thank all of you for being part of our community and hope the best years are ahead of us. Happy birthday Gamedev.net!

#Actualclaesson92

Posted 04 March 2013 - 02:53 PM

http://en.wikipedia.org/wiki/GLSL#Versions

 

That's a list of which GLSL version was released with what version of OpenGL.

 

The numbers declared in the files, such as 150 and 330 is the first and second part of the GLSL version number without the period (.) if I'm not mistaken.

 

Use an as new version as you can.

 

Edit: http://renderingpipeline.com/2012/03/shader-model-and-glsl-versions/ Another list with thier respective version numbers.


#3claesson92

Posted 04 March 2013 - 02:52 PM

http://en.wikipedia.org/wiki/GLSL#Versions

 

That's a list of which GLSL version was released with what version of OpenGL.

 

The numbers declared in the files, such as 150 and 330 is the first and second part of the GLSL version number without the period (.) if I'm not mistaken.

 

Use an as new version as you can.


#2claesson92

Posted 04 March 2013 - 02:51 PM

http://en.wikipedia.org/wiki/GLSL#Versions

 

That's a list of which GLSL version was released with what version of OpenGL.

 

The numbers declares in the files, such as 150 and 330 is the first and second part of the GLSL version number without the period (.) if I'm not mistaken.

 

Use an as new version as you can.


#1claesson92

Posted 04 March 2013 - 02:49 PM

http://en.wikipedia.org/wiki/GLSL#Versions

 

That's a list of which GLSL version was released with what version of OpenGL.


PARTNERS