Contraz / demosys-py

A light high performance modern OpenGL 3.3+ Python Framework https://demosys-py.readthedocs.io/
ISC License
64 stars 5 forks source link

Context initialization should properly check required GL version #35

Closed einarf closed 6 years ago

einarf commented 6 years ago

settings:

OPENGL = {
    "version": (3, 3),
}

Should be translated into version code 330 and passed into:

This way we will actually see an error message that makes sense when the GL version required is not met.

einarf commented 6 years ago

ddf10c3e074d8802b259909d527ed3b18ac46be9