You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Technically, glText is built to support is GLSL 330 and forward. That being said, does things work properly, if you don't change the GLSL version? However, I'll happily try and help with this issue, so we can extend the supported versions.
First, try and #define GLT_DEBUG_PRINT 1, such that it overall looks like this:
Running the program now. Is any additional information outputted to the console?
Also, try checking glGetError as well as debug output? If not, could you add it and report back any errors / information.
Though, debug output was first introduced as core in OpenGL 4.3, so try and check upfront if the KHR_debug extension is available, otherwise there's also ARB_debug_output and AMD_debug_output.
No description provided.
The text was updated successfully, but these errors were encountered: