Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upSupported open gl versions #126
Comments
|
I believe OpenGL ES 2.0 is the latest version supported. This is because the ANGLE version is pinned to this commit: https://github.com/mikolalysenko/angle/tree/9216e68641b39b6509ef8358d8b022f87d74338b. There was some interest to update to the latest ANGLE code base, which would support OpenGL ES 3.0, but progress has paused for the time being. |
Hello!
I'm trying to run pixi.js tests using this webgl implementation in node. In pixi's create program function (https://github.com/pixijs/pixi-gl-core/blob/master/src/shader/compileProgram.js) I receive following error:
I suspects that I have to new open gl in my system (3.0). Which opengl version is supported?