Wow, disabling GL_CULL_FACE actually helped. I also drawing it without a framebuffer, so text is pretty and anti-aliased. Thanks!
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts Menu
// OpenGL...
//--------------------
window.pushGLStates();
gui.draw();
window.popGLStates();
in addition to (surprisingly) working gui, I get countless SFML errorsOpenGL error (1282) detected in user code, you should check for errors with glGetError()
in terminal. I'd love to turn off SFML errors, but this, as I understand it, is impossible.