Good day, i am experiencing occasional stuttering using opengl , i have tried nearly everyting , vsync off, on, windowed or fullscreen. I had thought I had badly compiled the sources, but i downloaded the lib already compiled from the website. Has anyone ever had this kind of problem ?
Thanks
Stuttering with an OpenGL program is rarely due to GLFW itself, as most of the performance related activity is in the OpenGL calls, driver, and GPU work. For help with this more information about the application (i.e. preferably full source code and dataset) would be needed, but this forum isn’t the best place for that type of help.
I would recommend searching for how to profile OpenGL programs. RenderDoc would be a good start, along with either NVIDIA NSight, AMD GPU Perfstudio or Intel GPA depending on what GPU you are using.