JayFoxRox / xqemu-espes

Archive only. Repository moved to JayFoxRox/xqemu
https://github.com/JayFoxRox/xqemu
24 stars 1 forks source link

Check for GL debug extensions before use #30

Closed JayFoxRox closed 6 years ago

JayFoxRox commented 6 years ago

This change adds a check for support GL debug extensions, and then doesn't use the respective feature if they are not present.

This is to address reports of users who had ran into problems with glFrameTerminatorGREMEDY not being implemented on their system, even if the pointer was set (presumably to a wrapper like GLEW).


JayFoxRox commented 6 years ago

(work continues at JayFoxRox/xqemu)