Overv / Open.GL

The source code and content of Open.GL.
http://open.gl/
1.07k stars 260 forks source link

Require ES 3.2 for #version 150 #67

Closed thp closed 5 years ago

thp commented 5 years ago

This is needed at least on Linux with Mesa and the Intel driver, otherwise shader compilation will fail, saying #version 150 is not supported.

Overv commented 5 years ago

I will also modify the context creation chapter to mark this step as non-optional, since it's currently inconsistent with SDL and GLFW anyway.