Hi, I’m using QtCreator for my C++ and OpenGL development and it seems that it can’t complete arguments for opengl functions?
#include <GL/glew.h>
#include <GL/glfw.h>
I’m using GLFW and GLEW, and this is how I include them into my project. My programs that I create in C++ and OpenGL compile fine, just that there’s no argument completion for GLEW. I made a similar post about this in StackOverflow (http://stackoverflow.com/questions/15561048/opengl-alternatives-to-glew-that-has-arguments-defined-or-a-solution-to-it) and I learned that the parser can’t parse through the #defines and function pointers/macros.
So, I switched to QtCreator hoping for some better results but it seems that I can’t get any argument completion with QtCreator.
Thanks.
EDIT: I’m on Arch Linux x64
↧