Original Post
Hello! I'm having a weird problem when making an OpenGL program using Qt under Linux. It recognizes all OpenGL functions except ones which are used for framebuffers, such as glBindFramebufferEXT, glFramebufferTexture2DEXT, glGenRenderbuffersEXT, and other. I get an error like this for each one of them: error: 'glFramebufferTexture2DEXT' was not declared in this scope I have no idea what to do... do I need to include something more to be able to use them? I tried looking in the Qt documentation, but I haven't found anything that would explain this weird situation...