TheJosh / chaotic-rage

An unusual zombie shooter game for Windows and Linux
GNU General Public License v2.0
35 stars 10 forks source link

Change minimum OpenGL version to 3.0 instead of 3.1 #87

Closed TheJosh closed 10 years ago

TheJosh commented 10 years ago

This broadens the range of cards supported.

Lowered the required OpenGL version from 3.1 to 3.0. Lowered the required GLSL version from 1.40 to 1.30.

Very little actual code was changed, only the version checks.

Tested on Linux and Windows. Tested on NVidia official, NVidia open source, AMD (unknown) and Intel integrated.